Skip to content
Snippets Groups Projects
Commit 19d9ac45 authored by juanf's avatar juanf
Browse files

SSDM-2015 : New version with new master data script that adds just what is...

SSDM-2015 : New version with new master data script that adds just what is missing on current installation

SVN: 34557
parent 6633c303
No related branches found
No related tags found
No related merge requests found
......@@ -845,8 +845,10 @@ vocabularyDefinitions = {
],
"STORAGE_BOX_SIZE" : [
["9X9", "9 x 9 box"],
["8X8", "8 x 8 box"],
["5X5", "5 x 5 box"],
["10X10", "10 x 10 box"],
["10X5", "10 x 5 box"],
["10X12", "10 x 12 box"]
],
}
\ No newline at end of file
......@@ -139,12 +139,7 @@ def createScript(path, name, description, scriptType, entityType):
##
## Vocabulary Types
##
createVocabularyWithTerms("STORAGE_BOX_SIZE", [
["9X9", "9 x 9 box"],
["5X5", "5 x 5 box"],
["10X10", "10 x 10 box"],
["10X12", "10 x 12 box"]
]);
createVocabularyWithTerms("STORAGE_BOX_SIZE", definitionsVoc.vocabularyDefinitions["STORAGE_BOX_SIZE"]);
##
## New Position Property
......
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