Navigation Menu

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

Empty dashboard after upgrade from 2.15.0 to 2.16.0 #9727

Closed
Jan-E opened this issue Feb 7, 2016 · 2 comments
Closed

Empty dashboard after upgrade from 2.15.0 to 2.16.0 #9727

Jan-E opened this issue Feb 7, 2016 · 2 comments
Assignees
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@Jan-E
Copy link

Jan-E commented Feb 7, 2016

The upgrade to 2.16.0 was far from easy to me: I ended up with an empty dashboard. After a couple of hours of debugging I found out that this was caused by the fact, that I had deactivated the Overlay plugin. The Transitions plugin was active, though.

This caused a Javascript error 'undefined variable Datatable_Rowactions_Overlay' and effectively ended the loading of all widgets.

The bug is probably introduced by this commit:
8324df3

There should be a check to see if the Overlay plugin is activated before trying to access Datatable_Rowactions_Overlay.

@tsteur tsteur added the duplicate For issues that already existed in our issue tracker and were reported previously. label Feb 7, 2016
@tsteur tsteur added this to the 2.16.1 milestone Feb 7, 2016
@tsteur
Copy link
Member

tsteur commented Feb 7, 2016

Thx for your feedback. I mark it as a duplicate and it's fixed here: #9713 (to workaround enable the Overlay plugin and maybe Transitions plugin for now)

@tsteur tsteur closed this as completed Feb 7, 2016
@tsteur tsteur self-assigned this Feb 7, 2016
@Jan-E
Copy link
Author

Jan-E commented Feb 7, 2016

OK, thanks for fixing. Sorry I missed that issue (because it was closed already).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants