Admin move to group 12305#2541
Conversation
|
@will-moore isn't it possible to add scrolling to the list or some other UI feature? I might wish to actually put some data in a user's group, no? Instead of fixing my ability to choose the group, I'm having the functionality removed. |
|
I don't have much control over those right-click menus. They are a jsTree widget. Adding scrolling to hierarchical lists is tricky (see my attempt at the Groups/Users dropdown). Also, if you moved your own data to a group that you are not a member of, it would effectively disappear (you would have no way to access it) so this is really a bug not a feature. |
|
@will-moore |
|
Unfortunately, now with rc2 on gretzky this turns out to have fatal consequences for the group choice menu (all on gretzky, user-6, try to change a group, looking for read-only-1(. |
|
On a second look, I think I can find all what is there - it is just not in the right order (which it used to be before this PR was merged). |
|
@joshmoore @jburel @sbesson : @will-moore is looking into it right now, I think it would be good to have this fixed for 5.0.2 |
|
Fix in #2546 |
|
--rebased-to #2557 |

This fixes the list of Groups available for an Admin when they right-click and "Move to Group". Now we only show the groups that the Admin is a member of.
This is a partial fix for http://trac.openmicroscopy.org.uk/ome/ticket/12305
To test, log in as Admin, right click on Dataset or Image -> Move to Group.
List of groups should only be the ones that the Admin is a member of.