Skip to content

Commit

Permalink
Merge pull request #1985 from RestyaPlatform/issue/1957
Browse files Browse the repository at this point in the history
Fixes #1957 : Gantt view plugin related changes for triggering modalcardRendered in refreshdock
  • Loading branch information
S. Sivachidambaram authored Jul 27, 2018
2 parents 4b281d7 + 16b248e commit 9f1ff75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/js/views/modal_card_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,7 @@ App.ModalCardView = Backbone.View.extend({
i++;
});
});
$('body').trigger('modalCardRendered', self.model.id, self.model);
}).defer();
this.$el.find('#inputAddComment').val(comment).focus();
this.$el.find('#inputCarddescriptions').val(description).focus();
Expand Down

0 comments on commit 9f1ff75

Please sign in to comment.