Skip to content

Commit

Permalink
refactor: select2 disabled on Project module
Browse files Browse the repository at this point in the history
  • Loading branch information
cumanacr committed Sep 15, 2021
1 parent 9ab1aab commit 62ac356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/lionix/js/jquery-plugins/select2-lionixcrm.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
/module=ModuleBuilder/.test(window.location.search) ||
/module=Studio/.test(window.location.search) ||
/module=Administration/.test(window.location.search) ||
/module%3DACLRoles/.test(window.location.href)
/module%3DACLRoles/.test(window.location.href) ||
/module=Project/.test(window.location.href)
) {
applySelect2 = false;
}
Expand Down

0 comments on commit 62ac356

Please sign in to comment.