Added ability to change auth level IO-550

This commit is contained in:
Patrick Fic
2021-01-07 16:34:09 -08:00
parent 0c83a62dd2
commit 288bdf89a4
15 changed files with 417 additions and 4 deletions

View File

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