Changeset 385 for trunk/Modules/Project/Project.php
- Timestamp:
- Jan 24, 2012, 11:40:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Project/Project.php
r383 r385 20 20 parent::__construct($System); 21 21 $this->Name = 'Project'; 22 //$this->AddPropertyDateTime('TimeSchedule'); 23 //$this->AddPropertyOneToMany('UserAssignedTo', 'User'); 24 //$this->AddPropertyText('Description'); 25 $this->AddItemString('Description', 'Description'); 22 $this->AddItemDateTime('TimeSchedule', 'Time schedule'); 23 $this->AddItemOneToMany('UserAssignedTo', 'User assigned to', 'User'); 24 $this->AddItemText('Description', 'Description'); 26 25 } 27 26 }
Note:
See TracChangeset
for help on using the changeset viewer.