loopback-component-admin
loopback-component-admin copied to clipboard
Updating model does not submit
On clicking "edit" for an existing model, an error is thrown when trying to access the prototype$updateAttributes
method. Only prototype$patchAttributes
exists on the form data.
seems it was changed from updateAttributes to patchAttributes in the later versions
feel free to create a pr