Allow users to see their own organisation pages
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
{
|
||||
"bundle": {
|
||||
"js/admin": {
|
||||
"scripts": [
|
||||
"vendor/moment/moment.js",
|
||||
"userfrosting/js/handlebars-helpers.js",
|
||||
"vendor/tablesorter/dist/js/jquery.tablesorter.js",
|
||||
"vendor/tablesorter/dist/js/jquery.tablesorter.widgets.js",
|
||||
"userfrosting/js/tablesorter/widget-sort2Hash.js",
|
||||
"vendor/tablesorter/dist/js/widgets/widget-columnSelector.min.js",
|
||||
"vendor/tablesorter/dist/js/widgets/widget-reflow.min.js",
|
||||
"vendor/tablesorter/dist/js/widgets/widget-pager.min.js",
|
||||
"userfrosting/js/query-string.js",
|
||||
"userfrosting/js/uf-table.js",
|
||||
"avsdev/js/sidebar.js"
|
||||
]
|
||||
},
|
||||
"js/pages/organisation": {
|
||||
"scripts": [
|
||||
"userfrosting/js/widgets/users.js",
|
||||
|
||||
Reference in New Issue
Block a user