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

    r711 r712  
    252252          ),
    253253    ));
     254    $this->System->FormManager->RegisterFormType('TCountry', array(
     255        'Type' => 'Reference',
     256        'Table' => 'Country',
     257        'Id' => 'Id',
     258        'Name' => 'Name',
     259        'Filter' => '1',
     260    ));
    254261    $this->System->FormManager->RegisterFormType('TUnitOfMeasure', array(
    255262        'Type' => 'Reference',
Note: See TracChangeset for help on using the changeset viewer.