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 cuegui to create subscriptions larger than 50000 #576

Merged
merged 4 commits into from Dec 13, 2019
Merged

Allow cuegui to create subscriptions larger than 50000 #576

merged 4 commits into from Dec 13, 2019

Conversation

gregdenton
Copy link
Collaborator

Fixes #575

Allow cuegui to create subscriptions larger than 50000.

Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

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

LGTM with one comment

current,
0, 50000, 0)
(value, choice) = QtWidgets.QInputDialog.getDouble(self._caller, title, body, current,
0, 2147483647, 0)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Might want to move this numerical value to a constant so it reads easier. Could do the same for the other numbers that get passed here too.

@gregdenton
Copy link
Collaborator Author

@bcipriano PTAL.

Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

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

Thanks, that helps! LGTM

@gregdenton gregdenton merged commit 22735a3 into AcademySoftwareFoundation:master Dec 13, 2019
@gregdenton gregdenton deleted the 575-subscription-size branch December 13, 2019 06:39
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.

Edit Subscription dialog max values
2 participants