1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| Quintiq file version 2.0
| #parent: MatrixEditorTimeCapacities
| Response OnClick (
| structured[UnitPeriodTime] selection
| ) id:Response_MatrixEditorTimeCapacities_MenuEdit_OnClick
| {
| #keys: '[136682.1.1065315030]'
| CanBindMultiple: false
| DefinitionID => /MatrixEditorTimeCapacities/Responsedef_MatrixEditorTimeCapacities_WebMenu_OnClick
| Initiator: 'MenuEdit'
| Precondition:
| [*
| canedit := UnitPeriod::CanEdit( selection, feedback );
| return canedit;
| *]
| QuillAction
| {
| Body:
| [*
| // Edit unit capacity
| dlg := construct( DialogCreateEditUnitAvailability );
| dlg.Edit( selection );
| *]
| GroupServerCalls: false
| }
| }
|
|