Changeset 14491 for main/waeup.kofa/trunk
- Timestamp:
- 1 Feb 2017, 16:49:19 (8 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r14485 r14491 4 4 1.4.2.dev0 (unreleased) 5 5 ======================= 6 7 * Only user 'admin' is allowed to access the `DatacenterSettings` page. 6 8 7 9 * Show correct level title on level reports and session results presentations. -
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r14170 r14491 1812 1812 def update(self, newpath=None, move=False, overwrite=False, 1813 1813 save=None, cancel=None): 1814 if self.request.principal.id not in ( 1815 'admin', 'zope.manager', 'zope.mgr'): 1816 self.redirect(self.url(self.context)) 1817 return 1814 1818 if move: 1815 1819 move = True
Note: See TracChangeset for help on using the changeset viewer.