1. 05 Jan, 2021 2 commits
    • Georgios Dagkakis's avatar
      erp5_xhtml_style: Do not translate field error message by default · 8ba9a1e2
      Georgios Dagkakis authored
      instead use ValidationError.getMessage API
      8ba9a1e2
    • Georgios Dagkakis's avatar
      Formulator: Allow translation of ValidationError messages · 833cb3ad
      Georgios Dagkakis authored
      Depending on how the message is defined.
      
      Before this commit, translation happened typically in higher level,
      where the error message was rendered.
      but this imposed translation in everything, including mapped messages,
      pulluting Localizer with unneeded messages.
      
      This commit introduces getMessage, the logic is:
      - If the message is defined in the code that raises, then it should be translated there
      - If the message is defined in the field (in 'manage_messagesForm')
      then we need to translate in ValidationError class. Caller should
      pass translation_service, because we do not want to import it in Formulator
      833cb3ad
  2. 30 Dec, 2020 3 commits
  3. 29 Dec, 2020 2 commits
  4. 28 Dec, 2020 2 commits
  5. 24 Dec, 2020 1 commit
  6. 22 Dec, 2020 1 commit
  7. 21 Dec, 2020 29 commits