eslint-config-trybe
eslint-config-trybe copied to clipboard
fix: ReadOnly for belongsTo relations
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.