Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1128

'namedEscaped' is broken when 'named' comes from a translation.po

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • core-1.8.0
    • 1.11.0
    • Core
    • None

    Description

      I have a property:

      @MemberOrder(sequence = "070")
          @Column(allowsNull = "true")
          @PropertyLayout(hidden = Where.ALL_TABLES, namedEscaped = false)
          public Boolean getAcceptUsingData() {
              return this.acceptUsingData;
          }
      

      and a translation:

      #: com.tellmegen.domain.model.kits.Kit#acceptUsingData
      msgid "Accept Using Data"
      msgstr "<a href=\"#\">Acepta la utilización de sus datos para la investigación</a>"
      

      It seems 'namedEscaped' has no effect now.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mgrigorov Martin Tzvetanov Grigorov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: