diff --git a/src/ggrc_workflows/assets/javascripts/models/cycle_models.js b/src/ggrc_workflows/assets/javascripts/models/cycle_models.js index b5005757600c..096540cfdc4c 100644 --- a/src/ggrc_workflows/assets/javascripts/models/cycle_models.js +++ b/src/ggrc_workflows/assets/javascripts/models/cycle_models.js @@ -277,19 +277,6 @@ contact: "CMS.Models.Person.stub", context: "CMS.Models.Context.stub", cycle: "CMS.Models.Cycle.stub", - response_options: "can.List.newInstance", - selected_response_options: "can.List.newInstance" - }, - - serialize: { - // JSONType: function(val) { - // return JSON.stringify(can.List.prototype.serialize.call(val)); - // } - }, - convert: { - // JSONType: function(source) { - // return new can.List(source.serialize ? source.serialize() : source).attr("serialize", null); - // } }, tree_view_options: { diff --git a/src/ggrc_workflows/assets/javascripts/models/task_group.js b/src/ggrc_workflows/assets/javascripts/models/task_group.js index 82b63724e7b3..256398da84f1 100644 --- a/src/ggrc_workflows/assets/javascripts/models/task_group.js +++ b/src/ggrc_workflows/assets/javascripts/models/task_group.js @@ -83,7 +83,6 @@ contact: "CMS.Models.Person.stub", modified_by: "CMS.Models.Person.stub", task_group: "CMS.Models.TaskGroup.stub", - response_options: "can.List.newInstance" }, init: function() {