##// END OF EJS Templates
Merge pull request #8027 from bollwyvl/fix-select-multiple...
Min RK -
r20695:883fe6f3 merge
parent child Browse files
Show More
@@ -557,6 +557,15 b' define(['
557 557 SelectMultipleView.__super__.update.apply(this, arguments);
558 558 this.$listbox.val(this.model.get('selected_labels'));
559 559 },
560
561 handle_click: function(){
562 /**
563 * Overload click from select
564 *
565 * Apparently it's needed from there for testing purposes,
566 * but breaks behavior of this.
567 */
568 },
560 569
561 570 handle_change: function (e) {
562 571 /**
General Comments 0
You need to be logged in to leave comments. Login now