RBAC Changes for Inv Delete IO-559

This commit is contained in:
Patrick Fic
2021-01-21 16:09:15 -08:00
parent 3836750fb3
commit cc82d55508
8 changed files with 44 additions and 4 deletions

View File

@@ -272,6 +272,18 @@ export default function ShopInfoRbacComponent({ form }) {
>
<InputNumber />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.rbac.bills.delete")}
rules={[
{
required: true,
message: t("general.validation.required"),
},
]}
name={["md_rbac", "bills:delete"]}
>
<InputNumber />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.rbac.bills.view")}
rules={[