Ah, I did not read the subject properly. I see the JIRA ticket already exists: https://issues.apache.org/jira/browse/ISIS-1596
On Sun, July 9, 2017 08:19, Kevin Meyer wrote: > Hi James, > > > Would you be willing to raise a JIRA ticket[1] with this problem and > solution? This will help get the change into the code base. > > Thanks, > Kevin > > > [1] https://issues.apache.org/jira/browse/ISIS > > > On 7 July 2017 10:59:28 CEST, "朱创宇" <[email protected]> wrote: > >> 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. >> > -- Kevin Meyer Ljubljana, Slovenia
