Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 4
0
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)