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

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

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

ISIS-951: introducing menu separators; also getting rid of the btn-warning for 
prototype, using subtler italics instead.


> Add menu separators (bootstrap dividers) when multiple services define 
> actions on the same menu 
> ------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-951
>                 URL: https://issues.apache.org/jira/browse/ISIS-951
>             Project: Isis
>          Issue Type: New Feature
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>
> ie, using (via MemberOrder(name=...)
> eg
> {code:java}
> public class Users {
>     @MemberOrder(name="Security", sequence="1")
>     public void newUser() { ... }
>     @MemberOrder(name="Security", sequence="2")
>     public void findUsers() { ... }
> }
> {code}
> and
> {code:java}
> public class Roles {
>     @MemberOrder(name="Security", sequence="1")
>     public void newRole() { ... }
>     @MemberOrder(name="Security", sequence="2")
>     public void findRoles() { ... }
> }
> {code}
> should be rendered as
> Security
>    New User
>    Find Users
>    ---------------
>    New Role
>    Find Roles



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to