Martin Grigorov created ISIS-1128:
-------------------------------------
Summary: '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
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)