-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Group roles UI #196
base: 8.x-1.x
Are you sure you want to change the base?
WIP: Group roles UI #196
Conversation
…e can link to them.
… spaces. This ends up as a config key which typically doesn't have spaces.
…s shown in the UI.
This reverts commit be6b209.
When I try to edit a role I'm getting the following error:
This is likely to be caused by the ID prefixing. See #216. I also need to look into why the "Delete" link is not showing up. For some reason I don't have the relevant permission, which is weird since I am logged in as UID1. |
I fixed the error. Still need to look into the deletion. |
@pfrenssen will you be able to re-pick it up, or prefer to assign to me? |
This was something I was doing in my spare time. Once #217 is in this can be completed. I am still planning on completing this, but if you are anxious to work on it, go ahead :) It will need to be rerolled though, this is ancient code by now. |
Spare time is the best time :) Go ahead and keep this one, I'll be working on other cool stuff. |
#217 is close to completion now, so this can be picked up again soon. It will be a real joy to merge in 2 months of changes :) |
I took the liberty and I'd love to get this in :) |
Hey guys Thanks! |
Also, @amitaibu @pfrenssen I got a question - why group admin routes, like, member list, are not part of UI module? Should we move it there for consistency? |
…iew links removed in b4e8949
We should close this in favor of Gizra#243 |
I resolved some merge conflicts. |
Creating the group roles UI, which in D7 looks like this:
The scope of this PR includes:
This is blocked by #190 and #192 since it builds on the code of these two PRs.