Changeset 6351 for main/waeup.sirp
- Timestamp:
- 11 Jun 2011, 16:10:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r6349 r6351 504 504 return '%s Application Record' % container_title 505 505 506 @property507 506 def getCourseAdmitted(self): 507 """Return link, title and code in html format to the certificate admitted. 508 """ 508 509 course_admitted = self.context.course_admitted 509 #import pdb; pdb.set_trace()510 510 if ICertificate.providedBy(course_admitted): 511 511 url = self.url(course_admitted) … … 550 550 551 551 def getTransitions(self): 552 """ XXX: need docs552 """Return a list of dicts of allowed transition ids and titles. 553 553 """ 554 554 allowed_transitions_ids = IWorkflowInfo(
Note: See TracChangeset for help on using the changeset viewer.