File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 91
91
}
92
92
93
93
set settings.compileOnImport = ($Get(%request.Data("compileOnImport", 1)) = 1)
94
+ set settings.decomposeProductions = ($Get(%request.Data("decomposeProductions", 1)) = 1)
94
95
95
96
if ($Get(%request.Data("basicMode", 1)) = 1) {
96
97
set settings.basicMode = 1
@@ -348,6 +349,18 @@ body {
348
349
</div>
349
350
</div>
350
351
</div>
352
+ <div class="form-group row mb-3">
353
+ <label for="decomposeProductions" class="offset-sm-1 col-sm-3 col-form-label" data-toggle="tooltip" data-placement="top"
354
+ title="If true, interoperability productions are source-controlled under separate files for each configuration item">
355
+ Decompose Productions</label>
356
+ <div class="col-sm-7">
357
+ <div class="custom-control custom-switch custom-switch-no-border">
358
+ <input class="custom-control-input" name="decomposeProductions" type="checkbox"
359
+ id="decomposeProductions" #($select(settings.decomposeProductions:"checked",1:""))# value="1">
360
+ <label class="custom-control-label" for="decomposeProductions"></label>
361
+ </div>
362
+ </div>
363
+ </div>
351
364
352
365
<div class="form-group row mb-3 mapping-input-group">
353
366
<div class="offset-sm-1 col-sm-3">
You can’t perform that action at this time.
0 commit comments