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

Dashboard v3: The dashboard nav should be updated on plugins activation. #4473

Closed
DaazKu opened this issue Sep 14, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@DaazKu
Copy link
Contributor

DaazKu commented Sep 14, 2016

If the plugin add a new menu item you have to refresh the page to access it.
The nav should be updated so that we do not have to refresh.

@beckyvb beckyvb added this to the 2017-Q1-6 milestone Mar 20, 2017
beckyvb added a commit that referenced this issue Mar 20, 2017
Updates the panel navigation when a plugin is enabled or disabled. 

Also: 
* Updates calls to consts in the SiteNavModule from `self::` to `static::` for late-binding to allow child classes to override. This allows the DashboardNavModule to override the default section key.
* Moves the rendering call from `handleAddonToggle()` method to the endpoint instead, so it does not have to be the last call in an endpoint that uses it.

Closes #4473
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

3 participants