Lots of updates....
This commit is contained in:
@@ -30,8 +30,8 @@ export async function load({ params, parent, url }) { // route
|
||||
let submenu = {
|
||||
main: {name: 'Main', href: '/events_badges', access: false},
|
||||
manage: {name: 'Manage', href: '/events_badges/manage', access: 'administrator', disable: true, hide: true},
|
||||
review: {name: 'Review', href: '/events_badges/review', access: false, disable: false, hide: false},
|
||||
print: {name: 'Print', href: '/events_badges/print', access: 'trusted', disable: false, hide: false},
|
||||
review: {name: 'Review', href: '/events_badges/review', access: false, disable: true, hide: false},
|
||||
print: {name: 'Print', href: '/events_badges/print', access: 'trusted', disable: true, hide: false},
|
||||
view: {name: 'View', href: '/events_badges/view', access: 'trusted', hide: true}, // event_badge_id
|
||||
// new: {name: 'New', href: '/events_badges/new'},
|
||||
// sponsorships: {name: 'Sponsorships', href: '/sponsorships', disable: true, hide: true},
|
||||
|
||||
Reference in New Issue
Block a user