Quintiq file version 2.0 
 | 
#parent: MatrixEditorShiftPatterns 
 | 
Response OnClick ( 
 | 
  ShiftPattern selectedrows 
 | 
) id:Response_MatrixEditorShiftPatterns_MenuEdit_OnClick_549 
 | 
{ 
 | 
  #keys: '[139394.1.116118284]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID => /MatrixEditorShiftPatterns/Responsedef_MatrixEditorLaneLegs_WebMenu_OnClick_617 
 | 
  Initiator: 'MenuEdit' 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Edit shift pattern 
 | 
      dlg := construct( DialogCreateEditShiftPattern ); 
 | 
      dlg.Edit( selectedrows ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |