Changeset 584 for trunk/FormClasses.php


Ignore:
Timestamp:
Oct 31, 2013, 4:57:11 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Kontrola oprávnění při zobrazení informačního systému.
  • Přidáno: Tabulka Module pro seznam existujících modulů.
  • Upraveno: PermissionOperation se nyní odkazuje na id modulu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormClasses.php

    r568 r584  
    1919{
    2020  $FormManager->Classes = array(
     21  'Module' => array(
     22    'Title' => 'Moduly',
     23    'Table' => 'Module',
     24    'Items' => array(
     25      'Name' => array('Type' => 'String', 'Caption' => 'Systémové jméno', 'Default' => ''),
     26      'Title' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),
     27    ),
     28  ),
    2129  'Action' => array(
    2230    'Title' => 'Akce',
     
    239247    'Filter' => '1',
    240248  ),
     249  'TModule' => array(
     250    'Type' => 'Reference',
     251    'Table' => 'Module',
     252    'Id' => 'Id',
     253    'Name' => 'Name',
     254    'Filter' => '1',
     255  ),
    241256  'TMapPosition' => array(
    242257    'Type' => 'Reference',
Note: See TracChangeset for help on using the changeset viewer.