patch for bootstrap-modal references#15
patch for bootstrap-modal references#15altsang wants to merge 53 commits intojspears:create-modelfrom altsang:master
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 notifications@github.com wrote:
|
|
Awesome, thanks Justin! Sent from my iPhone On Dec 1, 2012, at 7:13 AM, Justin notifications@github.com 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 notifications@github.com 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 notifications@github.com 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...