Fixed
Details
Details
Assignee
Andreas Sumerauer
Andreas SumerauerReporter
Andreas Sumerauer
Andreas SumerauerComponents
Fix versions
Affects versions
Priority
Created May 20, 2021 at 11:17 PM
Updated December 29, 2023 at 3:09 PM
Resolved December 29, 2023 at 3:09 PM
I have prepared an OSGI Service that allows to use a customized WQuickEdit dialog in the web client.
Our immediate requirement was to block the dialog from trying to create a new table record that would violate an existing unique constraint. Instead it was meant to load the existing record from the database.
That was very easy to implement once I had the service in place.
Apart from that I can think of numerous other useful ways to customize the WQuickEntry dialog that are made possible by the proposed feature enhancement.