コード例 #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
ファイル: _actions.py プロジェクト: mohalfaki/bungeni-portal
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)