meteor-admin
meteor-admin copied to clipboard
Meteor update break some things (from 1.2.0 to 1.2.2)
Hello, I ran meteor update and now I've got
yogiben:admin upgraded from 1.2.0 to 1.2.2
yogiben:autoform-modals upgraded from 0.3.5 to 0.3.6
This upgrade remove stylus and install :
mfactory:admin-lte added, version 0.0.2
twbs:bootstrap added, version 3.3.5
And now now we see that the dropdowns are broken, they are not triggered anymore (for example, the "Admin" dropdown at the top right of the /admin page in the navbar). There is no js error.
This is the only bug I've noticed yet.
I've tried to pull a fresh meteor-admin project and ran meteor update and I have the same behavior.
Are you using other bootstrap package than twbs:bootstrap
? This seems to be an issue. We will drop the dependency on twbs:bootstrap
so it should be compatible with other bootstrap packages.
It must be a package used by meteor-admin since I didn't add any package myself.
Hi, I'm having the same problem. Was this issue resolved?