IO-1650 Added ready jobs screen.

This commit is contained in:
Patrick Fic
2022-04-18 13:07:52 -07:00
parent a10b5a2ee0
commit c08713bfbe
11 changed files with 552 additions and 4 deletions

View File

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