Expose `is_last_member` to members view
What does this MR do and why?
For #24047 (closed). Currently if a member is the last owner the remove button is not shown. This can be confusing so we want to add a message in the modal explaining why the member can not be removed. To do this we need to be able to identify on the frontend which member is the last owner. This MR exposes a is_last_member
property to the frontend.
From Vue dev tools
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Hegman