[Feedback] #159
Checklist
-
I have prefixed the issue title with
[Feedback]
along with a message pointing to the route or feature tested.- Example:
[Feedback] /packages/{name}
- Example:
- I have completed the Changes section.
- I have completed the Bugs section.
- I have completed the Improvements section.
- I have completed the Summary section.
Changes
- When submitting a request that returns an error (such as when a request is already open for a user), PHP goes back to the
Addition of a TU
entry in the list dropdown, while FastAPI stays on the entry the user was currently on. - When using
Amendment of Bylaws
as the request type, PHP displays an error if a username for an open request is entered into the Applicant section, while FastAPI doesn't.
Bugs
- When doing a request that requires a user, while also entering nothing into the
Proposal
section, PHP displays the error{user} already has proposal running for them.Proposal cannot be empty.
, while FastAPI just displays{user} already has proposal running for them.
. PHP also appears to be missing a space between the two sentences though, so that could probably be fixed as well.
Improvements
No improvements found, though there wasn't much to improve.
Summary
Works mostly as expected.