示例#1
0
 def _process(self, attributes):
     update_room_attributes(self.room, attributes)
     return jsonify(room_attribute_values_schema.dump(self.room.attributes))
示例#2
0
 def _process(self, attributes):
     update_room_attributes(self.room, attributes)
     return '', 204
示例#3
0
文件: admin.py 项目: indico/indico
 def _process(self, attributes):
     update_room_attributes(self.room, attributes)
     return jsonify(room_attribute_values_schema.dump(self.room.attributes))