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

Incomplete Migration Scripts from Webui #1105

Open
metas-rc opened this issue Nov 12, 2018 · 1 comment
Open

Incomplete Migration Scripts from Webui #1105

metas-rc opened this issue Nov 12, 2018 · 1 comment

Comments

@metas-rc
Copy link
Member

Is this a bug or feature request?

*FR

What is the current behavior?

  • 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.
@metas-rc
Copy link
Member Author

Followup for metasfresh/metasfresh#4664

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant