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/Subject/Subject.php

    r689 r711  
    100100      ),
    101101    ));
     102    $this->System->FormManager->RegisterFormType('TSubject', array(
     103      'Type' => 'Reference',
     104      'Table' => 'Subject',
     105      'Id' => 'Id',
     106      'Name' => 'Name',
     107      'Filter' => '1',
     108    ));
    102109  }
    103110}
Note: See TracChangeset for help on using the changeset viewer.