Commit 73a98c78 authored by Tristan Cavelier's avatar Tristan Cavelier

gidstorage change default constraints spec

parent eda3626e
...@@ -275,8 +275,8 @@ ...@@ -275,8 +275,8 @@
priv.sub_storage = spec.sub_storage; priv.sub_storage = spec.sub_storage;
priv.constraints = spec.constraints || { priv.constraints = spec.constraints || {
"default": { "default": {
"identifier": "list", "type": "DCMIType",
"type": "DCMIType" "title": "string"
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment