Skip to content

fix: approve enabled for inprogress job ( MAPCO-10794 )#990

Merged
alebinson merged 3 commits into
masterfrom
collision_dialog_viewmode
Jun 10, 2026
Merged

fix: approve enabled for inprogress job ( MAPCO-10794 )#990
alebinson merged 3 commits into
masterfrom
collision_dialog_viewmode

Conversation

@alebinson

Copy link
Copy Markdown
Collaborator

No description provided.

const errorsCount = displayJob?.validationReport?.errorsSummary?.errorsCount;
const thresholds = displayJob?.validationReport?.errorsSummary?.thresholds;
const jobStatus = displayJob?.details?.status as Status | undefined;
const isAlreadyApproved = !isEmpty(displayJob?.details?.parameters.allowedValidationErrors);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets take it out to utils

@alebinson alebinson merged commit 585e04a into master Jun 10, 2026
3 checks passed
@alebinson alebinson deleted the collision_dialog_viewmode branch June 10, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants