-
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
A data provider's show
page has a few control panels where the admin can decide if files can be moved or copied to other providers, and which remote_resources (BrainPortals and Bourreaux) can synchronize the file contents.
This is done with several large tables of checkboxes.
Add:
- a 'toggle all' checkbox at the top of each table
- a master 'default' checkbox with a value that will apply to future DPs and remote_resources
- HTML label tags on all the names
For 2), this will also require adding support to fetch that default value in the DataProvider class, in methods rr_allowed_syncing?
and dp_allows_copy?
Metadata
Metadata
Assignees
Labels
AdminFeatures or bugs related to administrative featuresFeatures or bugs related to administrative featuresEnhancementPriority: NormalUser Interface