mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Removed Categories and Locations
This commit is contained in:
parent
c916c278a2
commit
2b1022f513
23 changed files with 4 additions and 637 deletions
|
|
@ -61,20 +61,6 @@ FlowRouter.route('/manageProduct', {
|
|||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/manageCategory', {
|
||||
name: 'manageCategory',
|
||||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'catMgmt' });
|
||||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/manageLocation', {
|
||||
name: 'manageLocation',
|
||||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'locMgmt' });
|
||||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/manageLists', {
|
||||
name: 'manageLists',
|
||||
action() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue