Changeset 463 for trunk/form_classes.php
- Timestamp:
- Nov 28, 2012, 9:18:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r462 r463 121 121 'Group' => array('Type' => 'TTaskGroup', 'Caption' => 'Kategorie', 'Default' => '', 'Null' => true), 122 122 'AssignedTo' => array('Type' => 'TUser', 'Caption' => 'Přiřazeno', 'Default' => '', 'Null' => true), 123 'Work' => array('Type' => 'TWorkListTask', 'Caption' => 'Práce', 'Default' => ''), 123 124 ), 124 125 ), … … 849 850 'Filter' => '1', 850 851 ), 851 852 'TWorkListTask' => array( 853 'Type' => 'ManyToOne', 854 'Table' => 'Work', 855 'Id' => 'Id', 856 'Ref' => 'Task', 857 'Filter' => '1', 858 ), 852 859 ); 853 860
Note:
See TracChangeset
for help on using the changeset viewer.