- Timestamp:
- 13 Nov 2014, 16:54:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/utils/browser.py
r11952 r11954 25 25 from waeup.ikoba.interfaces import IObjectHistory 26 26 27 from waeup.ikoba.interfaces import I Institution27 from waeup.ikoba.interfaces import ICompany 28 28 29 29 class ReindexPage(UtilityView, grok.View): … … 32 32 Reindexes a catalog. For managers only. 33 33 """ 34 grok.context(I Institution)34 grok.context(ICompany) 35 35 grok.name('reindex') 36 36 grok.require('waeup.managePortal')
Note: See TracChangeset for help on using the changeset viewer.