-
Notifications
You must be signed in to change notification settings - Fork 2
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
Manager Module layouts broken with recent architecture changes #8
Comments
Got rid of the this.templates errors when loading the Manager module. Trying to track down the root of these now: GET http://unbox.localhost/api/undefined 405 (Method Not Allowed) |
Check out Bootstrap in UNBOXAPI.Views.Layout..... Essentially, when a Layout is loaded, there is a built in option (see module.php config file, bootstrap property) to bootstrap data for the entire layout. When I initially built it, it made sense for some things, but I haven't worked it back in and the models will atempt to pull data that doesn't exist. Either remove the definition in module.php for bootstrap property or.....yeah just do that, I want bootstrap in there for future stuff. |
Added an issue for this for further tracking #13 |
Awesome. Got that taken care of, pull request created. |
No description provided.
The text was updated successfully, but these errors were encountered: