JMVC 3.2.4
Hello there,
When I model.restore() on a model that makes use of $.Model.static.convert() the model attrs are converted again which is producing unexpected results.
Has anyone come across this before? My colleague has augmented the interface to $.Model.prototype.restore() to handle an extra "convert" parameter. If "convert" is false then the attr() method will prevent conversion. We'd be happy to create a pull request or the like if a fix is needed.
Many thanks
Chris