Skip to content

Conversation

@wes-otf
Copy link
Contributor

@wes-otf wes-otf commented Dec 26, 2025

Fixes #4652. Wraps the queryset in a list and changes the order of the fields into a more logical one where "Determinations" comes first, as it's selection is required to enable "Proposal Form"

Test Steps

  • Ensure the expected proposal form is rendered
  • Ensure that the "Determination" field is rendered before "Proposal Form"

@wes-otf wes-otf added Type: Bug Bugs! Things that are broken :-/ Type: Patch Mini change, used in release drafter labels Dec 26, 2025
@wes-otf wes-otf merged commit 5d3c8a1 into main Dec 26, 2025
7 checks passed
wes-otf added a commit that referenced this pull request Jan 9, 2026
…4654)

<!--
Thanks for contributing to Hypha!

Please ensure your contributions pass all necessary linting/testing and
that the appropriate documentation has been updated.
-->

<!--
Describe briefly what your pull request changes. If this is resolving an
issue, please specify below via "Fixes #<Github Issue ID>"
-->
Fixes #4652. Wraps the queryset in a `list` and changes the order of the
fields into a more logical one where "Determinations" comes first, as
it's selection is required to enable "Proposal Form"


## Test Steps
<!-- 
If step does not require manual testing, skip/remove this section.

Give a brief overview of the steps required for a user/dev to test this
contribution. Important things to include:
 - Required user roles for where necessary (ie. "As a Staff Admin...")
- Clear & validatable expected results (ie. "Confirm the submit button
is now not clickable")
- Language that can be understood by non-technical testers if being
tested by users
-->

 - [ ] Ensure the expected proposal form is rendered
- [ ] Ensure that the "Determination" field is rendered before "Proposal
Form"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Bugs! Things that are broken :-/ Type: Patch Mini change, used in release drafter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal form queryset on round returns incorrect values on indexing

2 participants