Hide Forgot
Description of problem: When a field is hidden in a database table and a form is submitted, any rows hidden, due to pagination or filtering, are deleted. Version-Release number of selected component (if applicable): 5.0 How reproducible: Always Steps to Reproduce: 1. Go to any page where datatables is being used in a form 2. filter table so some rows are hidden 3. change something and click submit Actual results: Hidden rows are deleted Expected results: Hidden rows are treated as normal. Additional info: Edit users is a good example, the group permissions are paginated, adding a user to a new group and clicking submit removes them from any non-visible group.
Tested on QA environment(5.0.3-rh8) Result: Failed Steps: 1. Go to edituser page where datatables is being used in a form(eg: bmeng) 2. filter table so some rows are hidden 3. change something and click submit ==>Hidden rows are deleted
Tested on QA environment(5.0.3-rh9) Result: Pass Steps: 1. Go to edituser page where datatables is being used in a form(eg: bmeng) 2. filter table so some rows are hidden 3. change something and click submit ==>Hidden rows not deleted.