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

    r706 r711  
    770770      ),
    771771    ));
     772    $this->System->FormManager->RegisterFormType('TMenuItem', array(
     773      'Type' => 'Reference',
     774      'Table' => 'MenuItem',
     775      'Id' => 'Id',
     776      'Name' => 'Name',
     777      'Filter' => '1',
     778    ));
     779    $this->System->FormManager->RegisterFormType('TMenu', array(
     780      'Type' => 'Reference',
     781      'Table' => 'Menu',
     782      'Id' => 'Id',
     783      'Name' => 'Name',
     784      'Filter' => '1',
     785    ));
    772786  }
    773787
Note: See TracChangeset for help on using the changeset viewer.