Changeset 1647


Ignore:
Timestamp:
27 Mar 2007, 08:43:00 (18 years ago)
Author:
joachim
Message:

give doCommit the view_permission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r1645 r1647  
    112112    ###)
    113113
    114     security.declareProtected(ModifyPortalContent,'doCommit') ###(
     114    security.declareProtected(View,'doCommit') ###(
    115115    def doCommit(self,logger=None):
    116116        "commit some transactions"
Note: See TracChangeset for help on using the changeset viewer.