コード例 #1
0
 def _process_PATCH(self):
     RHBreakREST._process_PATCH(self)
     return jsonify_data(entries=[serialize_entry_update(self.entry)],
                         flash=False)
コード例 #2
0
ファイル: legacy.py プロジェクト: belokop/indico_bare
 def _process_PATCH(self):
     RHBreakREST._process_PATCH(self)
     return jsonify_data(entries=[serialize_entry_update(self.entry)], flash=False)