示例#1
0
def _question_response_pending(context):
    """A question sent to a ministry for a written answer, 
    it cannot be edited, the ministry can add a written response.
    """
    utils.setMinistrySubmissionDate(context)
示例#2
0
 def send_to_ministry(info,context):
     """
     A question sent to a ministry for a written answer, 
     it cannot be edited, the ministry can add a written response
     """
     utils.setMinistrySubmissionDate(info,context)
示例#3
0
def _question_allow_response(info, context):
    """A question sent to a ministry for a written answer, 
    it cannot be edited, the ministry can add a written response.
    """
    utils.setMinistrySubmissionDate(info, context)