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

fix: Priority box now has correct range. #589

Open
wants to merge 3 commits into
base: mainline
Choose a base branch
from

Conversation

erico-aws
Copy link
Contributor

@erico-aws erico-aws commented Feb 5, 2025

Fixes: #575

What was the problem/requirement? (What/Why)

The Priority spinbox was capped at 99, but the documentation for Deadline says that it should be 100.

What was the solution? (How)

I updated the range for the spinbox to match what's in the Deadline documentation. https://docs.aws.amazon.com/deadline-cloud/latest/userguide/deadline-cloud-jobs.html

It's set to 1-100 now.

Screenshot 2025-02-05 at 2 37 59 PM

What is the impact of this change?

Priority is now correctly limited.

How was this change tested?

Updated unit test and ran deadline bundle gui-submit to check that the spinbox limits was updated correctly.

Was this change documented?

No.

Does this PR introduce new dependencies?

  • This PR adds one or more new dependency Python packages. I acknowledge I have reviewed the considerations for adding dependencies in DEVELOPMENT.md.
  • This PR does not add any new dependencies.

Is this a breaking change?

No.

Does this change impact security?

No.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@erico-aws erico-aws requested a review from a team as a code owner February 5, 2025 21:06
@erico-aws erico-aws added the waiting-on-maintainers Waiting on the maintainers to review. label Feb 6, 2025
Copy link

sonarqubecloud bot commented Feb 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-on-maintainers Waiting on the maintainers to review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Gui-Submit window limits job priority to 99
2 participants