Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow cross application menu grouping, including custom app groups and links #9

Closed
darklow opened this issue Feb 26, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@darklow
Copy link
Owner

darklow commented Feb 26, 2013

  1. Allow cross application menu grouping
  2. Allow custom app groups with custom url
  3. Allow custom link with custom url (just a link to any location)
  4. Allow same model to be in multiple groups same time
  5. Allow set permission codename for custom app/link
  6. This feature won't affect breadcrumbs (location bar) it is just for menu organization.
# Suggestion
SUIT_CONFIG = {
    'MENU_ORDER': (
        ('sites', ),
        ('auth', ('user', 'group',
                  {'name': 'Registration', 'url': '/custom_location/'}
        )),
        (('Custom group', '', 'icon-fire'), ('crm.contact', 'auth.user')),
        (('Logout', 'admin:logout', 'icon-remove'),), # or '/admin/logout'
    )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant