Fix workflow activate last version (#9243)
Fix workflow activate last version being displayed when it shouldn't be.
This commit is contained in:
@ -13,7 +13,8 @@ export const useActivateLastPublishedVersionWorkflowSingleRecordAction: SingleRe
|
|||||||
isDefined(workflowWithCurrentVersion) &&
|
isDefined(workflowWithCurrentVersion) &&
|
||||||
isDefined(workflowWithCurrentVersion.currentVersion.trigger) &&
|
isDefined(workflowWithCurrentVersion.currentVersion.trigger) &&
|
||||||
isDefined(workflowWithCurrentVersion.lastPublishedVersionId) &&
|
isDefined(workflowWithCurrentVersion.lastPublishedVersionId) &&
|
||||||
workflowWithCurrentVersion.currentVersion.status !== 'ACTIVE' &&
|
workflowWithCurrentVersion.lastPublishedVersionId !== '' &&
|
||||||
|
!workflowWithCurrentVersion.statuses?.includes('ACTIVE') &&
|
||||||
isDefined(workflowWithCurrentVersion.currentVersion?.steps) &&
|
isDefined(workflowWithCurrentVersion.currentVersion?.steps) &&
|
||||||
workflowWithCurrentVersion.currentVersion?.steps.length !== 0;
|
workflowWithCurrentVersion.currentVersion?.steps.length !== 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user