michaelmorera92 commented on PR #37235: URL: https://github.com/apache/superset/pull/37235#issuecomment-3892132781
I completed the testing for this task. The application is working as expected, # Scenario executed ## Testing steps 1. Create a role with 2000+ users assigned 2. Navigate to Settings > Security > List Roles and click edit on that role 4. Make a change and save 5. Check network tab - `/api/v1/security/users/` should use `rel_m_m` filter with short URL ## Expected result After the step 2, verify the modal opens and displays users (previously would fail with "Request Line is too large"). After the step 4, verify all users remain assigned (previously would remove all memberships). ## Current result After the step 2, the modal opens and displays users. Actually filtered by: i.e. "(filters:!((col:roles,opr:rel_m_m,value:4)),page:34,page_size:100)". After the step 4, all the users remain assigned. ## Evidence  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
