Skip to content

CompatForm: Add missing Errors decorator#322

Merged
nilmerg merged 3 commits intomainfrom
fix/add-missing-errors-decorator
Oct 28, 2025
Merged

CompatForm: Add missing Errors decorator#322
nilmerg merged 3 commits intomainfrom
fix/add-missing-errors-decorator

Conversation

@sukhwinder33445
Copy link
Contributor

If the form validation failed, the form could not be submitted and no errors were displayed because the error decorator is missing. This is why there was no indication to the user about why the submit button was not working.

@sukhwinder33445 sukhwinder33445 self-assigned this Oct 27, 2025
@sukhwinder33445 sukhwinder33445 added the bug Something isn't working label Oct 27, 2025
@cla-bot cla-bot bot added the cla/signed label Oct 27, 2025
@sukhwinder33445 sukhwinder33445 force-pushed the fix/add-missing-errors-decorator branch from dfde4c2 to adccdfb Compare October 27, 2025 08:46
Copy link
Member

@nilmerg nilmerg left a comment

Choose a reason for hiding this comment

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

Missing tests. Since this was uncovered by accident now, this is an even more clear indication that tests are required.

@sukhwinder33445 sukhwinder33445 force-pushed the fix/add-missing-errors-decorator branch from a5413df to e65a532 Compare October 27, 2025 15:14
@sukhwinder33445 sukhwinder33445 changed the base branch from compat-form-compat-with-ipl-html to main October 27, 2025 15:14
@sukhwinder33445 sukhwinder33445 force-pushed the fix/add-missing-errors-decorator branch 2 times, most recently from 1851dae to d3cfc5f Compare October 27, 2025 15:22
@sukhwinder33445 sukhwinder33445 changed the base branch from main to compat-form-compat-with-ipl-html October 27, 2025 15:23
@sukhwinder33445 sukhwinder33445 force-pushed the fix/add-missing-errors-decorator branch 3 times, most recently from 13f47ef to 5dbe5a1 Compare October 28, 2025 10:46
@nilmerg nilmerg force-pushed the compat-form-compat-with-ipl-html branch from a6ca114 to 2c37cb0 Compare October 28, 2025 13:03
Base automatically changed from compat-form-compat-with-ipl-html to main October 28, 2025 13:04
@nilmerg
Copy link
Member

nilmerg commented Oct 28, 2025

please rebase

@sukhwinder33445 sukhwinder33445 force-pushed the fix/add-missing-errors-decorator branch from 5dbe5a1 to f59d31e Compare October 28, 2025 13:23
If the form validation failed, the form could not be submitted and no errors were displayed because the error
decorator is missing. This is why there was no indication to the user about why the submit button was not working.

- Remove unused imports and add new lines
@sukhwinder33445 sukhwinder33445 force-pushed the fix/add-missing-errors-decorator branch from f59d31e to 25b3715 Compare October 28, 2025 14:20
@nilmerg nilmerg merged commit 27d020a into main Oct 28, 2025
11 checks passed
@nilmerg nilmerg deleted the fix/add-missing-errors-decorator branch October 28, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cla/signed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants