Changeset 583 for WAeUP_SRP/trunk/Academics.py
- Timestamp:
- 28 Sep 2006, 14:59:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Academics.py
r576 r583 207 207 if review_state == "checked" and wf.getInfoFor(c,'review_state',None) != 'checked': 208 208 self.portal_workflow.doActionFor(c,'approve') 209 210 209 return self.REQUEST.RESPONSE.redirect("%s" % self.REQUEST.get('URL1')) 211 210 ###) … … 1043 1042 def Title(self): 1044 1043 """compose title""" 1045 ce = self.getCourseEntry(self.id.upper()) 1044 #import pdb;pdb.set_trace() 1045 ce = self.getCourseEntry(self.aq_parent.getId()) 1046 1046 #print self.id, self.aq_parent.id 1047 1047 if ce:
Note: See TracChangeset for help on using the changeset viewer.