Skip to content

Commit

Permalink
fix: Project module added to select2 exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cumanacr committed Oct 6, 2021
2 parents 66bd572 + 62ac356 commit dd6c69c
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 dd6c69c

Please sign in to comment.