Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-954

Duplicate menu items in the application menu

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • core-1.7.0
    • core-1.8.0
    • Core
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: