[
https://issues.apache.org/jira/browse/ISIS-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216869#comment-14216869
]
ASF subversion and git services commented on ISIS-954:
------------------------------------------------------
Commit 2f24674c4b20d1ddfa7598fc2d288cfddb8fb44c in isis's branch
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=2f24674 ]
ISIS-954: prevent menu items from being duplicated on the application menu bar.
> Duplicate menu items in the application menu
> --------------------------------------------
>
> Key: ISIS-954
> URL: https://issues.apache.org/jira/browse/ISIS-954
> Project: Isis
> Issue Type: Bug
> Components: Core
> Affects Versions: core-1.7.0
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: core-1.8.0
>
>
> eg in Todo app, if change:
> @DomainService(menuOrder = "20")
> @Named("Analysis")
> public class ToDoItemAnalysis { ... }
> to
> @DomainService(menuOrder = "20")
> @Named("Prototyping")
> public class ToDoItemAnalysis { ... }
> then, because there is also:
> @DomainService(menuOrder = "40.1")
> @Named("Prototyping")
> public class ToDoItemsFixturesService extends FixtureScripts { ... }
> this will result in two "Prototyping" menu items.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)