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

* Allow editing/saving/cloning queue parameters #148

Merged
merged 4 commits into from
Sep 21, 2020
Merged

Conversation

fonsecareyna82
Copy link
Member

Allow editing/saving/cloning queue parameters
Closes #147

@@ -2146,16 +2149,18 @@ def save(self, e=None):

def schedule(self):
if self.protocol.useQueue():
if not self._editQueueParams():
return
if not self.protocol.getQueueParams()[0]:
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd have a "queueReady()"? method to wrap queue logic?:

if self.protocol.useQueue():
            if not self.protocol.getQueueParams()[0]:
            if not self._editQueueParams():	

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes!!! I'll create the method!!

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@pconesa pconesa left a comment

Choose a reason for hiding this comment

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

I'm ok with this.

@pconesa pconesa merged commit b062cd0 into devel Sep 21, 2020
@pconesa pconesa deleted the editing_queue_params branch September 21, 2020 08:09
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.

Allow editing/saving/cloning queue parameters
2 participants