Ignore:
Timestamp:
Dec 29, 2014, 12:43:16 AM (10 years ago)
Author:
chronos
Message:
  • Modified: Some FormType definition moved from global file to corresponding modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Task/Task.php

    r660 r711  
    6060      ),
    6161    ));
    62 
     62    $this->System->FormManager->RegisterFormType('TWorkListTask', array(
     63        'Type' => 'ManyToOne',
     64        'Table' => 'Work',
     65        'Id' => 'Id',
     66        'Ref' => 'Task',
     67        'Filter' => '1',
     68    ));
     69   
    6370  }
    6471}
Note: See TracChangeset for help on using the changeset viewer.