You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the update-major-dependencies branch, if you try to access an invoice from the invoice overview an IllegalStateException is thrown. This happens because the InvoiceDetailsPage constructor creates an AjaxLink that overrides onConfigure() without calling super.onConfigure().
We need to check if this issue was introduced in that branch, or if it's already present on the current main.
The text was updated successfully, but these errors were encountered:
On the
update-major-dependencies
branch, if you try to access an invoice from the invoice overview anIllegalStateException
is thrown. This happens because theInvoiceDetailsPage
constructor creates anAjaxLink
that overridesonConfigure()
without callingsuper.onConfigure()
.We need to check if this issue was introduced in that branch, or if it's already present on the current
main
.The text was updated successfully, but these errors were encountered: