freeipa / freeipa-webui

FreeIPA Web UI
GNU General Public License v3.0
23 stars 11 forks source link

UserGroups - Implement memberOf tab #498

Closed mreynolds389 closed 1 month ago

mreynolds389 commented 2 months ago

Implement the mmeberOf tab for Usergroups. This also impacts many other components as the original memberOf table elements were not updated for Links and/or breadcrumps (in regards to how you select an entry from a memberOf table).

Fixes: https://github.com/freeipa/freeipa-webui/issues/491

mreynolds389 commented 2 months ago

I'm gonna split some of this out. I kept finding small inconsistencies, and minor bugs, and had to fix them along the way to get the tests working. I'm going to create a new PR for these minor issues. So this PR will be blocked until that PR gets merged. Leaving in WIP, but it is technically ready to be reviewed...

mreynolds389 commented 1 month ago

This is now ready for review