File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def slideshow_spring_review():
127
127
post_data = request .get_json ()
128
128
uid = post_data ['uid' ]
129
129
status = post_data ['status' ]
130
- # points = post_data['points']
130
+
131
131
logger .info ("backend" , action = "submit spring eval for %s status: %s" % (uid , status ))
132
132
133
133
SpringEval .query .filter (
@@ -138,18 +138,6 @@ def slideshow_spring_review():
138
138
'status' : status
139
139
})
140
140
141
- # points are handeled automagically through constitutional override
142
- # HousingEvalsSubmission.query.filter(
143
- # HousingEvalsSubmission.uid == uid and
144
- # HousingEvalsSubmission.active).\
145
- # update(
146
- # {
147
- # 'points': points
148
- # })
149
-
150
- # current_points = ldap_get_housing_points(uid)
151
- # ldap_set_housingpoints(uid, current_points + points)
152
-
153
141
db .session .flush ()
154
142
db .session .commit ()
155
143
return jsonify ({"success" : True }), 200
You can’t perform that action at this time.
0 commit comments