-
Notifications
You must be signed in to change notification settings - Fork 16
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
patch for bootstrap-modal references #15
base: create-model
Are you sure you want to change the base?
Conversation
I checked the update model stuff in last night. Couple of things PluginManger.schemaFor() will generate a mongoose schema; The missing bit of the api is the reading the model from modeleditor config var model = PluginManager.modelFor(); mongoose.model('Name', schema); // register schema To do this all I think I need to do is do a check to see if the model is Thanks for the patches, will check them out shortly On Thu, Nov 29, 2012 at 9:22 PM, Al Tsang [email protected] wrote:
|
Awesome, thanks Justin! Sent from my iPhone On Dec 1, 2012, at 7:13 AM, Justin [email protected] wrote: I checked the update model stuff in last night. Couple of things PluginManger.schemaFor() will generate a mongoose schema; The missing bit of the api is the reading the model from modeleditor config var model = PluginManager.modelFor(); mongoose.model('Name', schema); // register schema To do this all I think I need to do is do a check to see if the model is Thanks for the patches, will check them out shortly On Thu, Nov 29, 2012 at 9:22 PM, Al Tsang [email protected] wrote:
— |
FYI I merged into master last night a new release should happen shortly Sent from my iPhone On Dec 1, 2012, at 1:17 PM, Al Tsang [email protected] wrote:
|
Please cherry pick the following...
enjoyjava Fix the ref to bootstrap-modal 6804c1c
enjoyjava Fix the reference to bootstrap-modal d44bc7c
the rest of our commits, you probably don't care about, but feel free...