コード例 #1
0
 def draft_minutes(info, context):
     dbutils.set_real_order(removeSecurityProxy(context))
     actions.invalidate_caches(info, context)
コード例 #2
0
 def draftminutes(info, context):
     dbutils.set_real_order(removeSecurityProxy(context))
コード例 #3
0
def _groupsitting_draft_agenda(context):
    dbutils.set_real_order(context)
コード例 #4
0
def _groupsitting_allow_draft_minutes(info, context):
    dbutils.set_real_order(removeSecurityProxy(context))
コード例 #5
0
ファイル: _actions.py プロジェクト: mohalfaki/bungeni-portal
def _groupsitting_allow_draft_minutes(info, context):
    dbutils.set_real_order(removeSecurityProxy(context))
コード例 #6
0
ファイル: _actions.py プロジェクト: mohalfaki/bungeni-portal
def _groupsitting_draft_agenda(context):
    dbutils.set_real_order(context)
コード例 #7
0
 def draft_minutes(info, context):
     dbutils.set_real_order(removeSecurityProxy(context))
     actions.invalidate_caches(info, context)