IO-1533 Kanban Customizations

This commit is contained in:
Patrick Fic
2021-11-17 22:07:50 -08:00
parent 696781c857
commit 49bf461c36
7 changed files with 205 additions and 53 deletions

View File

@@ -84,13 +84,13 @@ export default function ProductionBoardKanbanCardSettings({
>
<Switch />
</Form.Item>
<Form.Item
{/* <Form.Item
valuePropName="checked"
label={t("production.labels.laborhrs")}
name="laborhrs"
>
<Switch />
</Form.Item>
</Form.Item> */}
<Form.Item
valuePropName="checked"
label={t("production.labels.employeeassignments")}
@@ -98,15 +98,15 @@ export default function ProductionBoardKanbanCardSettings({
>
<Switch />
</Form.Item>
</Col>
<Col span={12}>
<Form.Item
valuePropName="checked"
label={t("production.labels.scheduled_completion")}
name="scheduled_completion"
>
<Switch />
</Form.Item>{" "}
</Col>
<Col span={12}>
</Form.Item>
<Form.Item
valuePropName="checked"
label={t("production.labels.ats")}