Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • openbravo openbravo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 35
    • Merge requests 35
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • openbravo
  • product
  • openbravoopenbravo
  • Merge requests
  • !597

Fixes ISSUE-49011: Remove obsolete Translation Required field from Module window

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged meriem azaf requested to merge openbravo/devel/openbravo:fix/49011-Remove-Translation-Required-flag into master May 13, 2022
  • Overview 3
  • Commits 1
  • Changes 4

The problem that creating a new module with the translation required flag unchecked and create also a new window for that module after running the validation it complains about that module not being marked as translation required.

To fix this, we removed the field translation required from Module window and also the function checkUIArtifacts from ModuleValidator. we deprecated the column in AD.

After running the validation, we have this warning related to POS2 sampledata.

Tests

Before:

image

After this fix:

image

Try

  • https://builds.openbravo.com/job/try-init/1407/console
Edited May 26, 2022 by Cristian Berner
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/49011-Remove-Translation-Required-flag