Remove unused custom_permissions data
What does this MR do and why?
On the members list page, backend provides customPermissions
data for each member:
Members list page | customPermissions data |
---|---|
At one point this data was used to show the custom permissions directly on the members table, but we no longer show this. As such, customPermissions
is unused, so this MR removes it.
How to set up and validate locally
- Go to
Manage
->Members
for any group or project. - Using DevTools, verify that the members data no longer has
customPermissions
for each member. - Verify that the members table does not have any errors when rendering.
Related to #456273 (closed)