Currently, the migration scripts that are generated from webui are not complete. Some of the updates are handled in swing specific code that was not yet moved/implemented in webui
For example, the translation updates for AD_Element_TRL are triggered from here:
org.compiere.model.GridTable.dataSave(boolean). This code is not reachable from webui. As a results, the migration script that is generated via webui will not conain these updates.
Which are the steps to reproduce?
Login to webui as sys admin
Find an AD_Element entry thatis used in a field
Change a translation for this element ( not in the base language)
Check the generated migration script
=> The field translations were no updated
=> The update of the Field translation does not appear in the script!
What is the expected or desired behavior?
The migration scripts shall be identical for swing and webui.
Is this a bug or feature request?
*FR
What is the current behavior?
Which are the steps to reproduce?
What is the expected or desired behavior?