Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Not able to open job update section on Pipeline page for some jobs (#2rht6hk) #231

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

adityasharma7
Copy link
Contributor

@adityasharma7 adityasharma7 commented Aug 31, 2022

Handled case when freq type is not available in environment file. Set default freq type if doesn't exist .env

Additional fixes:
Missing description when navigating from pipeline to Job Configuration. description field missing in field list while fetching pending jobs
When updating the frequency it is not reflecting on Job Configuration component, current is updated but jobStatus is not updated. Used updated lifecycle hook to reintialise the value
When skip or cancel job is done for pending jobs, UI flicker occurs. Current is updated whenever skip/cancel action is performed. It should be done only when JobConfiguration component is open and current has some value. Added check to check current before fetching and updating the job.
Removed some redundant code

Related Issues

Closes https://app.clickup.com/t/2rht6hk

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

…jobs (#2rht6hk)

Handled case when freq type is not available in environment file. Set default freq type if doesn't exist .env

Additional fixes:
Missing description when navigating from pipeline to Job Configuration. description field missing in field list while fetching pending jobs
When updating the frequency it is not reflecting on Job Configuration component, current is updated but jobStatus is not updated. Used updated lifecycle hook to reintialise the value
When skip or cancel job is done for pending jobs, UI flicker occurs. Current is updated whenever skip/cancel action is performed. It should be done only when JobConfiguration component is open and current has some value. Added check to check current before fetching and updating the job.
Removed some redundant code
@adityasharma7 adityasharma7 merged commit 320186c into main Sep 1, 2022
@adityasharma7 adityasharma7 deleted the #2rht6hk branch September 1, 2022 04:53
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.

1 participant