[ 
https://issues.apache.org/jira/browse/ISIS-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Haywood resolved ISIS-954.
------------------------------
    Resolution: Fixed

> 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)

Reply via email to