Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from justcoded/develop
Browse files Browse the repository at this point in the history
Fix js to be compatible with adminlte v2.6
  • Loading branch information
aprokopenko authored Apr 18, 2018
2 parents 3037bcb + 8d12186 commit a973d38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=====================

v1.1.3
---------------------
* Bugfix: Compatibility with Adminlte v2.6.0 (conflict of $.fn.tree plugin name). @ap

v1.1.2
---------------------
* AccessControl filter update default regexp to ^site, in debug mode add gii and debug modules.
Expand Down
10 changes: 5 additions & 5 deletions src/assets/js/jstree-double-panel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/js/rbac.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
})

function init_role_permissions_tree() {
$.fn.tree({
$.fn.treePanels({
dataFrom: window.allowPermissions,
dataTo: window.denyPermissions,
fromTreeElement:'#allowPermissions',
Expand Down

0 comments on commit a973d38

Please sign in to comment.