-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
AdminFeatures or bugs related to administrative featuresFeatures or bugs related to administrative featuresEnhancementPriority: NormalUser Interface
Description
We have a few places in the admin interface where the full list of all user projects is shown either in selection boxes or in tables of checkboxes. In the old days of CBRAIN when the number of users was small, it was thought the admin would use this to assign stuff to private projects. But now there are so many thousands of projects, these lists are cumbersome.
Those lists should be trimmed down to remove all private work projects. Leave only public projects, invisible projects and 'non-assignable' projects of the admins.
The view code should not be altered for normal users, presumably they don't have thousands of projects themselves.
Todo:
- modify the helpers for selection lists for groups
- check all the pages where the partial
shared/_group_tables.html.erb
is rendered; make sure it makes sense
Metadata
Metadata
Assignees
Labels
AdminFeatures or bugs related to administrative featuresFeatures or bugs related to administrative featuresEnhancementPriority: NormalUser Interface