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

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

Commit a1b99ff08db204984c61ca44e910064ead20f1a9 in isis's branch 
refs/heads/master from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a1b99ff ]

ISIS-1743: also supports mixins specified using @Mixin(method="...") eg "act" 
or "coll" as well as the default "$$"


> fa-Icon mapping for mixin provided methods not honored intuitively
> ------------------------------------------------------------------
>
>                 Key: ISIS-1743
>                 URL: https://issues.apache.org/jira/browse/ISIS-1743
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.15.1
>            Reporter: Andi Huber
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.16.1
>
>
> This example will not have the Action displayed with the font-awesome icon as 
> mapped by e.g. remove.*:fa-minus-square ...
> {code:java}
> @Mixin
> public class SimpleObject_removeEntries {
>       ...
>       @Action
>       public SimpleObject $$( List<Entry> entries     ) {
>               ...
>               
>               return holder;
>       }
> }
> {code}
> I believe this is counter-intuitive.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to