Skip to content
Snippets Groups Projects
Commit ac984e47 authored by Aaron Ponti's avatar Aaron Ponti
Browse files

Allow editing MICROSCOPY_IMG_CONTAINER datasets in eln-lims.

parent 64d9b39d
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ $.extend(MicroscopyTechnology.prototype, ELNLIMSPlugin.prototype, { ...@@ -48,7 +48,7 @@ $.extend(MicroscopyTechnology.prototype, ELNLIMSPlugin.prototype, {
}, },
"MICROSCOPY_IMG_CONTAINER": { "MICROSCOPY_IMG_CONTAINER": {
"DATASET_PARENTS_DISABLED": true, "DATASET_PARENTS_DISABLED": true,
"TOOLBAR": { EDIT: false, FREEZE: false, MOVE: false, ARCHIVE: true, DELETE: false, HIERARCHY_TABLE: true, EXPORT_ALL: true, EXPORT_METADATA: true } "TOOLBAR": { EDIT: true, FREEZE: false, MOVE: false, ARCHIVE: true, DELETE: false, HIERARCHY_TABLE: true, EXPORT_ALL: true, EXPORT_METADATA: true }
} }
}, },
sampleFormTop: function ($container, model) { sampleFormTop: function ($container, model) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment