def draft_minutes(info, context):
     dbutils.set_real_order(removeSecurityProxy(context))
     actions.invalidate_caches(info, context)
Example #2
0
 def draftminutes(info, context):
     dbutils.set_real_order(removeSecurityProxy(context))
Example #3
0
def _groupsitting_draft_agenda(context):
    dbutils.set_real_order(context)
Example #4
0
def _groupsitting_allow_draft_minutes(info, context):
    dbutils.set_real_order(removeSecurityProxy(context))
Example #5
0
def _groupsitting_allow_draft_minutes(info, context):
    dbutils.set_real_order(removeSecurityProxy(context))
Example #6
0
def _groupsitting_draft_agenda(context):
    dbutils.set_real_order(context)
Example #7
0
 def draft_minutes(info, context):
     dbutils.set_real_order(removeSecurityProxy(context))
     actions.invalidate_caches(info, context)