Merged in release/2021-11-19 (pull request #268)

release/2021-11-19

Approved-by: Patrick Fic
This commit is contained in:
Patrick Fic
2021-11-18 06:17:09 +00:00

View File

@@ -222,7 +222,19 @@ export function ProductionBoardKanbanComponent({
technician,
card,
bodyshop,
associationSettings && associationSettings.kanban_settings
(associationSettings &&
associationSettings.kanban_settings &&
Object.keys(associationSettings.kanban_settings).length > 0) || {
ats: true,
clm_no: true,
compact: false,
ownr_nm: true,
sublets: true,
ins_co_nm: true,
production_note: true,
employeeassignments: true,
scheduled_completion: true,
}
)
}
onCardDragEnd={handleDragEnd}