Skip to content

Commit

Permalink
ui: uiSchemas update to fix overlap layers
Browse files Browse the repository at this point in the history
* closes #1347
  • Loading branch information
papadopan authored and annatrz committed Nov 15, 2019
1 parent 2825b4d commit 7d6070a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cap/modules/fixtures/schemas/alice-analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@
"run",
"ali_physics",
"derived_dataset"
]
],
"derived_dataset": {
"ui:array": "AccordionArrayField"
}
},
"ui:array": "AccordionArrayField"
}
Expand Down
12 changes: 11 additions & 1 deletion cap/modules/fixtures/schemas/atlas.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@
"enableArrayUtils": true
}
},
"publications": {},
"publications": {
"ui:array": "AccordionArrayField"
},
"basic_info": {
"ui:order": ["analysis_title", "glance_id", "abstract", "people_info"],
"people_info": {
Expand Down Expand Up @@ -278,6 +280,14 @@
"ui:field": "jsoneditor"
}
}
},
"likelihoods": {
"channels": {
"ui:array": "AccordionArrayField"
},
"parameters": {
"ui:array": "AccordionArrayField"
}
}
}
}
1 change: 1 addition & 0 deletions cap/modules/fixtures/schemas/cms.json
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@
}
},
"ntuples_production": {
"ui:array": "AccordionArrayField",
"items": {
"ui:order": ["code_base", "processing_steps"],
"code_base": {
Expand Down

0 comments on commit 7d6070a

Please sign in to comment.