eslint-config-trybe icon indicating copy to clipboard operation
eslint-config-trybe copied to clipboard

fix: ReadOnly for belongsTo relations

Open JohnLindahlTech opened this issue 6 years ago • 0 comments

I have a Model with ReadOnly properties which belongs to a User. Due to ACL-ruling I need to create my model from the User REST-paths. Before this PR, the read only mixin was not preventing me from editing the read only properties in this way.

JohnLindahlTech avatar May 30 '18 23:05 JohnLindahlTech