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
|
|
@ -1,6 +1,4 @@
|
|||
import { Categories } from "../../imports/api/category";
|
||||
import { Lists } from "../../imports/api/lists";
|
||||
import { Locations } from "../../imports/api/location";
|
||||
import { Products } from "../../imports/api/products";
|
||||
import { Stores } from "../../imports/api/stores";
|
||||
import { Menus } from '../../imports/api/menu.js';
|
||||
|
|
@ -75,12 +73,6 @@ Template.dashboard.events({
|
|||
case "prodMgmtLink":
|
||||
FlowRouter.go('/manageProduct');
|
||||
break;
|
||||
case "catMgmtLink":
|
||||
FlowRouter.go('/manageCategory');
|
||||
break;
|
||||
case "locationMgmtLink":
|
||||
FlowRouter.go('/manageLocation');
|
||||
break;
|
||||
case "myMenuLink":
|
||||
FlowRouter.go('/mymenus');
|
||||
break;
|
||||
|
|
@ -105,12 +97,6 @@ Template.dashboard.events({
|
|||
case "storeInfoCard":
|
||||
FlowRouter.go('/manageStore');
|
||||
break;
|
||||
case "catInfoCard":
|
||||
FlowRouter.go('/manageCategory');
|
||||
break;
|
||||
case "locInfoCard":
|
||||
FlowRouter.go('/manageLocation');
|
||||
break;
|
||||
case "prodInfoCard":
|
||||
FlowRouter.go("/manageProduct");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue