IO-2001 Always expose production note.
This commit is contained in:
@@ -129,11 +129,10 @@ export function JobsDetailHeader({ job, bodyshop, disabled }) {
|
|||||||
</DataLabel>
|
</DataLabel>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{(job.inproduction || jobInPostProduction) && (
|
<DataLabel label={t("jobs.fields.production_vars.note")}>
|
||||||
<DataLabel label={t("jobs.fields.production_vars.note")}>
|
<ProductionListColumnProductionNote record={job} />
|
||||||
<ProductionListColumnProductionNote record={job} />
|
</DataLabel>
|
||||||
</DataLabel>
|
|
||||||
)}
|
|
||||||
<Space>
|
<Space>
|
||||||
{job.special_coverage_policy && (
|
{job.special_coverage_policy && (
|
||||||
<Tag color="tomato">
|
<Tag color="tomato">
|
||||||
|
|||||||
Reference in New Issue
Block a user