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: JobConfiguration component displaying runtime of draft jobs(#85zrjdd3b) #353

Closed
wants to merge 3 commits into from

Conversation

shashwatbangar
Copy link
Contributor

Related Issues

Closes #339

Short Description and Why It's Useful

Draft jobs are jobs which are not schedule currently. So if a job is in draft state, it should not have any runtime.

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

Screen.Recording.2023-01-18.at.11.59.54.AM.mov

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

@@ -429,7 +429,8 @@ const actions: ActionTree<JobState, RootState> = {
id: job.jobId,
frequency: job.tempExprId,
enumId: job.systemJobEnumId,
status: job.statusId
status: job.statusId,
runTime: ""
Copy link
Contributor

Choose a reason for hiding this comment

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

We should take care of all the jobs, check code for batch jobs as well

@dt2patel dt2patel closed this Feb 1, 2023
@dt2patel dt2patel reopened this Feb 1, 2023
@adityasharma7
Copy link
Contributor

closing as done in #362

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.

JobConfiguration component should not display runtime for draft job
4 participants