Skip to content

Multi-Level Menu #1983

@creativecommunion

Description

@creativecommunion

It would be nice to have support for a mulit-level menu. In the following scenario, it would be nice to see "Test3" show up as a sub menu under "Test2" rather than create a new top level menu item.

ActiveAdmin.register Test1 do
end

ActiveAdmin.register Test2 do
  menu :parent => "Test1"
end

ActiveAdmin.register Test3 do
  menu :parent => "Test2"
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions