Skip to content

Commit 5aae89b

Browse files
committed
delete outdated json string ids hack
Test plan: try changing the group on an assignment, make sure the proper group is still selected when you go back to edit Change-Id: I6dd69b6728ef3059b0cfb9a59ed96a261901cc1b Reviewed-on: https://gerrit.instructure.com/32718 Reviewed-by: Cameron Sutter <csutter@instructure.com> QA-Review: Caleb Guanzon <cguanzon@instructure.com> Tested-by: Jenkins <jenkins@instructure.com> Product-Review: Cameron Matheson <cameron@instructure.com>
1 parent 2e66787 commit 5aae89b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

app/coffeescripts/views/assignments/GroupCategorySelector.coffee

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ define [
3232
@optionProperty 'groupCategories'
3333
@optionProperty 'nested'
3434

35-
initialize: ->
36-
super
37-
38-
# delete this after Ifa654f7d853fd167d5bfbaee6184657209d58272 hits prod
39-
gc.id = gc.id.toString() for gc in @groupCategories
40-
4135
showGroupCategoryCreateDialog: =>
4236
if @$groupCategoryID.val() == 'new'
4337
# TODO: Yikes, we need to pull the javascript out of manage_groups.js

0 commit comments

Comments
 (0)