Magento 2
If an exception is occured during a model saving then the model could be questionable left in an inconsistent state (beforeSave is called, but afterSave is not called)
Issues
model
,
after-save
,
exception
,
model-save
,
resource-model
,
save
,
bug
dmitrii_fediuk
(Dmitrii Fediuk)
December 6, 2015, 10:21pm
2
See also:
If an exception is occured during a model saving then the model is questionable left in the serialized state (_serializeFields is called, but unserializeFields is not called)
show post in topic