[ 
https://issues.apache.org/jira/browse/ISIS-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16079506#comment-16079506
 ] 

Kevin Meyer commented on ISIS-1596:
-----------------------------------

Sent to the mailing list:

Subject:        issue 1596 a possible solution
From:   <[email protected]>
Date:   Fri, July 7, 2017 10:59
To:     users <[email protected]>
Priority:       Normal
Mailer:         QQMail 2.x
Status:         answered
Options:        View Full Header  |  Print  |  Download this as a file

Hi all,
To solve this problem just modify FeatureType.java.


line 135 from 
public final static List<FeatureType> EVERYTHING =
            ImmutableList.of(OBJECT, PROPERTY, COLLECTION, ACTION,
ACTION_PARAMETER_SCALAR);

to 
public final static List<FeatureType> EVERYTHING =
            ImmutableList.of(OBJECT, PROPERTY, COLLECTION, ACTION,
ACTION_PARAMETER_SCALAR,ACTION_PARAMETER_COLLECTION);

It just work .

Best Regards,
James.

> Parameter translations broken ?
> -------------------------------
>
>                 Key: ISIS-1596
>                 URL: https://issues.apache.org/jira/browse/ISIS-1596
>             Project: Isis
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.14.0
>            Reporter: Dan Haywood
>            Priority: Minor
>             Fix For: 1.15.0
>
>
> from mailing list:
> I just upgrade isis framework from 1.13.0 to 1.14.0, then find all parameters 
> do not load i18n msgstr. But menu translation works well.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to