You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2015/12/22 18:49:46 UTC

[jira] [Resolved] (ISIS-1128) 'namedEscaped' is broken when 'named' comes from a translation.po

     [ https://issues.apache.org/jira/browse/ISIS-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood resolved ISIS-1128.
-------------------------------
    Resolution: Fixed

> 'namedEscaped' is broken when 'named' comes from a translation.po
> -----------------------------------------------------------------
>
>                 Key: ISIS-1128
>                 URL: https://issues.apache.org/jira/browse/ISIS-1128
>             Project: Isis
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: core-1.8.0
>            Reporter: Martin Grigorov
>            Assignee: Dan Haywood
>             Fix For: 1.11.0
>
>
> I have a property:
> {code}
> @MemberOrder(sequence = "070")
>     @Column(allowsNull = "true")
>     @PropertyLayout(hidden = Where.ALL_TABLES, namedEscaped = false)
>     public Boolean getAcceptUsingData() {
>         return this.acceptUsingData;
>     }
> {code}
> and a translation:
> {code}
> #: 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>"
> {code}
> It seems 'namedEscaped' has no effect now. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)