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

    r586 r712  
    224224      ),
    225225    ));
     226    $this->System->FormManager->RegisterFormType('TMapPosition', array(
     227        'Type' => 'Reference',
     228        'Table' => 'MapPosition',
     229        'Id' => 'Id',
     230        'Name' => 'Name',
     231        'Filter' => '1',
     232    ));
    226233   
    227234  } 
Note: See TracChangeset for help on using the changeset viewer.