N°3551 - Migrate module to new UIBlock system : Customer Survey

This commit is contained in:
acognet
2021-08-16 15:16:08 +02:00
parent f140efd95c
commit 8c8f711fe8
5 changed files with 38 additions and 10 deletions

View File

@@ -644,6 +644,8 @@
},
checkAll: function(e) {
/* currentTarget.addClass();
currentTarget.removeClass();*/
this._toggleChecked(true);
this._trigger('checkAll');
},