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

Legend:

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

    r604 r712  
    154154      ),
    155155    ));
    156    
     156    $this->System->FormManager->RegisterFormType('TTVGroup', array(
     157        'Type' => 'Reference',
     158        'Table' => 'TVGroup',
     159        'Id' => 'Id',
     160        'Name' => 'Name',
     161        'Filter' => '1',
     162    ));
     163    $this->System->FormManager->RegisterFormType('TTVListCategory', array(
     164        'Type' => 'ManyToOne',
     165        'Table' => 'TV',
     166        'Id' => 'Id',
     167        'Ref' => 'Category',
     168        'Filter' => '1',
     169    ));   
    157170  } 
    158171 
Note: See TracChangeset for help on using the changeset viewer.