Changeset 13212 for main/waeup.kofa
- Timestamp:
- 23 Aug 2015, 07:37:48 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/app.py
r12926 r13212 85 85 self, 'documents', self.logger) 86 86 getUtility(IKofaPluggable, name='users').update( 87 self, ' documents', self.logger)87 self, 'users', self.logger) 88 88 return 89 89 attrs_to_fields(University) -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/root.py
r13077 r13212 45 45 """A KofaPlugin that creates an applicants root in portal. 46 46 47 This plugin should be called by a typical47 This plugin could be called by a typical 48 48 `waeup.kofa.app.Universtiy` instance on creation time. The 49 49 :meth:`update` method normally can also be triggered manually over -
main/waeup.kofa/trunk/src/waeup/kofa/university/department.py
r12971 r13212 133 133 134 134 class DepartmentsPlugin(grok.GlobalUtility): 135 """A plugin that updates courses.135 """A plugin that updates departments. 136 136 """ 137 137
Note: See TracChangeset for help on using the changeset viewer.