← Back to team overview

dhis2-devs team mailing list archive

[Bug 1585033] Re: Validation rule Translation left side and right side

 

The issue is because they try to enter the name of the validation rule
in Lao language ( left side and right side expression  as in the
screenshots that Nghia provided )

Then in validationAction.java we use the whole OrganisationUnit object
as the key of the validationResults Map. I think the object has some
different attributes when the language is changed, so in result we can't
get the element from the map.

I have changed the map to use UID instead of the whole object and it's
working fine.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1585033

Title:
  Validation rule Translation left side and right side

Status in DHIS:
  Fix Committed

Bug description:
  DHIS2 version: 2.22 Revision: 21900

  We put Lao language into description (in Edit Left side and Edit Right
  side). It works normally in English interface language and English
  database language. But when we change into Lao interface and database
  language. It's show blank when check validation rule in Data entry. We
  need to use Lao interface and database language for Lao user. So I
  hope dev can fix this bug soon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1585033/+subscriptions


References