Changeset 463 for trunk/form_classes.php


Ignore:
Timestamp:
Nov 28, 2012, 9:18:35 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Nástřel definice třídy aplikačních modulů.
  • Upraveno: K ikonám akcí ve správě dat přidány textové názvy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r462 r463  
    121121      'Group' => array('Type' => 'TTaskGroup', 'Caption' => 'Kategorie', 'Default' => '', 'Null' => true),
    122122      'AssignedTo' => array('Type' => 'TUser', 'Caption' => 'Přiřazeno', 'Default' => '', 'Null' => true),
     123      'Work' => array('Type' => 'TWorkListTask', 'Caption' => 'Práce', 'Default' => ''),
    123124    ),
    124125  ),
     
    849850    'Filter' => '1',
    850851  ),
    851    
     852  'TWorkListTask' => array(
     853    'Type' => 'ManyToOne',
     854    'Table' => 'Work',
     855    'Id' => 'Id',
     856    'Ref' => 'Task',
     857    'Filter' => '1',
     858  ),
    852859);
    853860
Note: See TracChangeset for help on using the changeset viewer.