- Timestamp:
- Jan 26, 2011, 3:29:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/taskProcedureRework/grails-app/domain/TaskProcedure.groovy
r754 r758 1 1 class TaskProcedure { 2 2 3 Task parentTask 4 3 5 static hasMany = [tasks: Task, maintenanceActions: MaintenanceAction] 6 7 static mappedBy = [tasks:"taskProcedure"] 4 8 5 9 // static belongsTo = []
Note: See TracChangeset
for help on using the changeset viewer.