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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15068458#comment-15068458 ] 

ASF subversion and git services commented on ISIS-1128:
-------------------------------------------------------

Commit c2eb5eec95bddd102865f604b1ed51b9e39ad6aa in isis's branch refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=c2eb5ee ]

ISIS-1128: mostly a documentation issue, the named attribute must also be specified otherwise ignores @PropertyLayout/@ParameterLayout (and dynamic .layout.json for that matter)


> '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)