Added shop management page for RBAC. BOD-232

This commit is contained in:
Patrick Fic
2020-08-10 16:34:12 -07:00
parent 83c83ac06e
commit 1715c08296
19 changed files with 743 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ import LayoutFormRow from "../layout-form-row/layout-form-row.component";
import ShopInfoIntakeChecklistComponent from "./shop-info.intake.component";
import ShopInfoSpeedPrint from "./shop-info.speedprint.component";
import FormListMoveArrows from "../form-list-move-arrows/form-list-move-arrows.component";
import ShopInfoRbacComponent from "./shop-info.rbac.component";
export default function ShopInfoComponent({ form, saveLoading }) {
const { t } = useTranslation();
@@ -408,6 +409,9 @@ export default function ShopInfoComponent({ form, saveLoading }) {
>
<ShopInfoSpeedPrint form={form} />
</Collapse.Panel>
<Collapse.Panel key="rbac" header={t("bodyshop.labels.rbac")}>
<ShopInfoRbacComponent form={form} />
</Collapse.Panel>
<Collapse.Panel
key="roStatus"
header={t("bodyshop.labels.jobstatuses")}