Closed kapitanluffy closed 9 years ago
The problem was next() was not called in one of the model's pre save hook. While debugging, I also noticed that the error is not properly thrown. I was made aware by the errors when I logged it in the console.
Ha ha. Great you managed to track it down.
Fixtures does not work when I enable some fields.
Here it is when I disable a certain field (e.g. fullname)
Here it is when I enable it. It does not finish loading and does not throw any errors
Sometimes it happens with the password field or the location field.