| Quintiq file version 2.0 | 
| #parent: MatrixEditorTransportCapacities | 
| Response OnClick ( | 
|   structured[UnitPeriodTransportQuantity] selection | 
| ) id:Response_MatrixEditorTransportCapacities_MenuEdit_OnClick | 
| { | 
|   #keys: '[139394.1.45224059]' | 
|   CanBindMultiple: false | 
|   DefinitionID => /MatrixEditorTransportCapacities/Responsedef_MatrixEditorLaneLegs_WebMenu_OnClick | 
|   Initiator: 'MenuEdit' | 
|   Precondition: | 
|   [* | 
|     return UnitPeriod::CanEdit( selection, feedback ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Edit transport capacity | 
|       dlg := construct( DialogCreateEditTransportCapacity ); | 
|       dlg.Edit( selection ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |