예제 #1
0
 def _process_PATCH(self):
     RHBreakREST._process_PATCH(self)
     return jsonify_data(entries=[serialize_entry_update(self.entry)],
                         flash=False)
예제 #2
0
 def _process_PATCH(self):
     RHBreakREST._process_PATCH(self)
     return jsonify_data(entries=[serialize_entry_update(self.entry)], flash=False)