Added manual conversation creation BOD-379
This commit is contained in:
@@ -44,6 +44,9 @@ export function JobsChangeStatus({ job, bodyshop }) {
|
||||
)
|
||||
setAvailableStatuses(bodyshop.md_ro_statuses.post_production_statuses);
|
||||
else {
|
||||
console.log(
|
||||
"Status didn't match any restrictions. Allowing all status changes."
|
||||
);
|
||||
setAvailableStatuses(bodyshop.statuses);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user