Ignore:
Timestamp:
26 Oct 2005, 11:54:25 (19 years ago)
Author:
joachim
Message:

=make workflows work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/__init__.py

    r84 r89  
    1212
    1313fti = (Students.student_fti,
     14       Students.studentpersonal_fti,
     15       Students.jamb_fti,
    1416       Faculty.faculty_fti,
    1517       Faculty.department_fti,
     
    2022                  Students.StudentsFolder,
    2123                  Students.Student,
     24                  Students.StudentPersonal,
     25                  Students.Jamb,
    2226                  Faculty.Faculty,
    2327                  Faculty.Department,
     
    2832                       Students.addStudentsFolder,
    2933                       Students.addStudent,
     34                       Students.addStudentPersonal,
     35                       Students.addJamb,
    3036                       Faculty.addFaculty,
    3137                       Faculty.addDepartment,
Note: See TracChangeset for help on using the changeset viewer.