You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user is removed as manger of an AdminSet via the UI, the user is not removed from the edit_access_person_ssim in the solr doc. (Likely the same is true for group managers.)
Expected behavior
When a manager is removed, the edit_access_person/group_ssim in the solr doc for the AdminSet should have the user's id removed.
Actual behavior
When a manager is removed, the edit_access_person_ssim is unchanged.
Steps to reproduce the behavior
Prerequisite:
Create 1 admin user and 1 non-admin user
Create an Admin Set
Login as an admin user
Create an Admin Set and Save
Add non-admin user as a manager
Click the Participants tab
Add Participants -> Add user: -> set to non-admin user
Set role to Manager
Click Add button
VERIFY: Check solr document for the new Admin Set in Solr and verify that the selected user is in the edit_access_person_ssim list.
Reproduce the issue
Remove the user as manager
From the Participants tab, click the Remove button next to the non-admin user just added
NOTICE: Check solr document for the Admin Set in Solr and notice that the selected user is still in the edit_access_person_ssim list.
EXPECTED: I would expect the edit_access_person_ssim to no longer include the removed manager.
The text was updated successfully, but these errors were encountered:
Descriptive summary
When a user is removed as manger of an AdminSet via the UI, the user is not removed from the edit_access_person_ssim in the solr doc. (Likely the same is true for group managers.)
Expected behavior
When a manager is removed, the edit_access_person/group_ssim in the solr doc for the AdminSet should have the user's id removed.
Actual behavior
When a manager is removed, the edit_access_person_ssim is unchanged.
Steps to reproduce the behavior
Prerequisite:
edit_access_person_ssim
list.Reproduce the issue
edit_access_person_ssim
list.EXPECTED: I would expect the
edit_access_person_ssim
to no longer include the removed manager.The text was updated successfully, but these errors were encountered: