IO-779 Added shop sub status and blockers.

This commit is contained in:
Patrick Fic
2021-03-16 14:29:05 -07:00
parent c659e25142
commit bda4db3ed5
15 changed files with 435 additions and 243 deletions

View File

@@ -29,12 +29,6 @@ function RbacWrapper({
}) {
const { t } = useTranslation();
console.log(
"********object :>> ",
action,
rbacDefaults[action],
bodyshop.md_rbac[action]
);
if (
(requiredAuthLevel && requiredAuthLevel <= authLevel) ||
((bodyshop.md_rbac && bodyshop.md_rbac[action]) || rbacDefaults[action]) <=