Show More
@@ -298,6 +298,13 b' var bindToggleButtons = function() {' | |||||
298 | this.setActionButtonsDisabled(true); |
|
298 | this.setActionButtonsDisabled(true); | |
299 | self.cm.setValue(content); |
|
299 | self.cm.setValue(content); | |
300 | self.cm.setOption("readOnly", false); |
|
300 | self.cm.setOption("readOnly", false); | |
|
301 | ||||
|
302 | if (this.resolvesId) { | |||
|
303 | // destroy the resolve action | |||
|
304 | $(this.resolvesId).parent().remove(); | |||
|
305 | } | |||
|
306 | ||||
|
307 | $(this.statusChange).select2('readonly', false); | |||
301 | }; |
|
308 | }; | |
302 |
|
309 | |||
303 | this.submitAjaxPOST = function(url, postData, successHandler, failHandler) { |
|
310 | this.submitAjaxPOST = function(url, postData, successHandler, failHandler) { |
General Comments 0
You need to be logged in to leave comments.
Login now