From 0690e70ebe3487633e7c31be2933e9970131506d Mon Sep 17 00:00:00 2001 From: Brian McGonagill Date: Thu, 25 Aug 2022 20:15:03 -0500 Subject: [PATCH] fixed an issue of filtering who can delete products, and added one set of permissions to view manage. --- client/AdminMgmt/ProductMgmt/prodMgmtTbl.html | 4 ++-- client/General/headerBar.html | 8 ++++++-- imports/api/products.js | 9 +-------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/client/AdminMgmt/ProductMgmt/prodMgmtTbl.html b/client/AdminMgmt/ProductMgmt/prodMgmtTbl.html index dc77774..6e53a87 100644 --- a/client/AdminMgmt/ProductMgmt/prodMgmtTbl.html +++ b/client/AdminMgmt/ProductMgmt/prodMgmtTbl.html @@ -27,8 +27,8 @@ {{prodStore}} {{prodLocation}} - delete - edit + delete + edit {{/each}} diff --git a/client/General/headerBar.html b/client/General/headerBar.html index a014823..e15265e 100644 --- a/client/General/headerBar.html +++ b/client/General/headerBar.html @@ -9,7 +9,9 @@