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

Incorrect selected menu state. #153

Closed
bradleyg opened this issue Sep 20, 2013 · 1 comment
Closed

Incorrect selected menu state. #153

bradleyg opened this issue Sep 20, 2013 · 1 comment

Comments

@bradleyg
Copy link

If I visit App3 > Contact and the click "Add new contact", the selected state in the menu thinks I'm in App1 although the URL indeed says I'm in App3.

Here is my config:

SUIT_CONFIG = {
    'MENU': (
        {'app': 'app1', 'models': ('contact', 'award', 'region')},
        {'app': 'app2', 'models': ('contact', 'award', 'region')},
        {'app': 'app3', 'models': ('contact', 'award', 'region')},
    )
}

Any ideas how I can fix this? Is it something to do with the models having the same name for different apps?

@darklow
Copy link
Owner

darklow commented Sep 20, 2013

This was fixed a day ago. Install develop branch until new release is out. See #150

@darklow darklow closed this as completed Sep 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants