Provide ability for admins to manage user organisation membership & admin rights
- Required overwriting a bunch of base code to slot in the handling - Admins are shown with yellow text in their organisation label
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"js/pages/organisation": {
|
||||
"scripts": [
|
||||
"userfrosting/js/widgets/users.js",
|
||||
"avsdev/js/widgets/users.js",
|
||||
"avsdev/js/widgets/organisations.js",
|
||||
"avsdev/js/pages/organisation.js"
|
||||
]
|
||||
@@ -27,6 +28,32 @@
|
||||
"avsdev/js/widgets/organisations.js",
|
||||
"avsdev/js/pages/organisations.js"
|
||||
]
|
||||
},
|
||||
"js/pages/user": {
|
||||
"scripts": [
|
||||
"userfrosting/js/widgets/users.js",
|
||||
"userfrosting/js/pages/user.js",
|
||||
"avsdev/js/widgets/users.js",
|
||||
"avsdev/js/pages/user.js"
|
||||
]
|
||||
},
|
||||
"js/pages/users": {
|
||||
"scripts": [
|
||||
"userfrosting/js/widgets/users.js",
|
||||
"userfrosting/js/pages/users.js",
|
||||
"avsdev/js/widgets/users.js",
|
||||
"avsdev/js/pages/users.js"
|
||||
]
|
||||
},
|
||||
"css/admin": {
|
||||
"styles": [
|
||||
"font-starcraft/css/font-starcraft.css",
|
||||
"vendor/tablesorter/dist/css/theme.bootstrap.min.css",
|
||||
"vendor/tablesorter/dist/css/jquery.tablesorter.pager.min.css",
|
||||
"userfrosting/css/tablesorter-reflow.css",
|
||||
"userfrosting/css/tablesorter-custom.css",
|
||||
"avsdev/css/organisations.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user