[
https://issues.apache.org/jira/browse/ISIS-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217630#comment-14217630
]
Dan Haywood commented on ISIS-954:
----------------------------------
No, the ToDoItemsFixturesService actions are shown.
What we were seeing is that the menu items appear twice with all the actions
from all the services.
With respect to the implementation, it's all a bit of a mess. If you can see
an equivalent simpler implementation, please implement. That said, also be
aware that in 1.9.0 we're hoping to introduce a menu.layout.json file, ISIS-650.
re: ISIS-854, realized this is a duplicate of ISIS-951, already implemented.
> 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)