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

Workflow Manager Updates #1460

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

BryanRumsey
Copy link
Collaborator

No description provided.

@BryanRumsey BryanRumsey marked this pull request as ready for review May 9, 2023 18:31
@@ -36,11 +36,15 @@ module.exports = View.extend({
},
initialize: function (attrs, options) {
View.prototype.initialize.apply(this, arguments);
this.isActiveJob = false;
console.log(this.model.startTime, this.model.sortTime)
Copy link
Contributor

Choose a reason for hiding this comment

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

console log again, might want to remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow manager enhancements Active job section fails to reload when jobs finish
2 participants