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

1.12 backport Bank Account Screen fixes #8700

Merged
merged 6 commits into from
Mar 1, 2025

Conversation

nick-prater
Copy link
Contributor

Fixes missing on-screen field names and delete functionality for bank accounts.

Previously just three unlabelled text boxes. This adds labels and
renders them correctly aligned in the two-column grid.
Deleting a bank account from the Entity bank account tab failed with an
error, because the required arguments were not passed through to the
underlying database function. Fixed.
`entity_bank_account.bic` is a required field in the underlying
database. Make this a required field on the UI to allow client-side
validation.
Commit c90ddfa introduced
self-closing `<lsmb-text />` tags, which our HTML linter complains
about. Fixed with `<lsmb-text>...</lsmb-text>` tags.
@ehuelsmann ehuelsmann merged commit e065904 into ledgersmb:1.12 Mar 1, 2025
23 checks passed
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.

2 participants