updated automigrate templates, added js bindings tests and updated models IsNew behavior
This commit is contained in:
@@ -239,7 +239,7 @@ func (dao *Dao) create(m models.Model) error {
|
||||
}
|
||||
|
||||
// clears the "new" model flag
|
||||
m.UnmarkAsNew()
|
||||
m.MarkAsNotNew()
|
||||
|
||||
if dao.AfterCreateFunc != nil {
|
||||
dao.AfterCreateFunc(dao, m)
|
||||
|
||||
Reference in New Issue
Block a user