forked from BEXIS2/Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- hide public data checkbox ( add commit here )
- rename menu: Collect -> Upload | Dashboard -> My data | Datastructure to Collect | Units to settings (a3933ef#diff-2fab5d4731fcbe6adebd6b816d3aa0e7)
- Remove in DatasetManager.cs ~ L3128
if (edited != null && edited.VariableValues != null)
orginalTuple.Values = "{" + string.Join(",", edited.VariableValues.Select(v => (string.IsNullOrEmpty(v.Value.ToString()) ? "null" : ('"' + v.Value.ToString().Replace(@"""", @"\""")) + '"')).ToArray()) + "}";
-
DCM: Placeholder "_" for 1st Level Title 775ffc7
-
Add administrator group per default Set default groups for datasets #35 and remove delete and grant from creator Remove grant permission from dataset creator #44
dc65d2f -
Change default page size #59 Change default page size (Entity permissions)
-
New roles & dashboard #54 Change dashboard header/start page
-
Add default values (a0cc0f1) Add default values in xml for funder and licence #78
-
Add Publication to Dashboard (d240e44)
-
Remove "new file" from create new dataset (Remove "new file" from create dataset #84, bd516f5)
-
Move Manage Data Structures to settings menu a701132
-
do not show unstructured data structures 26f438a
Metadata
Metadata
Assignees
Labels
No labels