コード例 #1
0
    def withdraw( info, context ):
        """
        a question can be withdrawn by the owner, it is  visible to ...
        and cannot be edited by anyone
        """

        utils.setQuestionScheduleHistory(info,context)
コード例 #2
0
def _question_withdrawn(context):
    """A question can be withdrawn by the owner, it is visible to ...
    and cannot be edited by anyone.
    """
    utils.setQuestionScheduleHistory(context)
コード例 #3
0
 def postpone(info,context):
     """
     A question that was scheduled but could not be debated,
     it is available for rescheduling.
     """
     utils.setQuestionScheduleHistory(info,context)
コード例 #4
0
ファイル: _actions.py プロジェクト: mohalfaki/bungeni-portal
def _question_withdraw(info, context):
    """A question can be withdrawn by the owner, it is visible to ...
    and cannot be edited by anyone.
    """
    utils.setQuestionScheduleHistory(info, context)