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

    r711 r712  
    406406      'Filter' => '1',
    407407    ));
     408    $this->System->FormManager->RegisterFormType('TNetworkSegment', array(
     409        'Type' => 'Reference',
     410        'Table' => 'NetworkSegment',
     411        'Id' => 'Id',
     412        'Name' => 'Name',
     413        'Filter' => '1',
     414    ));
     415   
    408416  }
    409417
Note: See TracChangeset for help on using the changeset viewer.