You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2014/11/18 22:46:34 UTC

[jira] [Created] (ISIS-954) Duplicate menu items in the application menu

Dan Haywood created ISIS-954:
--------------------------------

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