BoLaMN / loopback-component-admin

Loopback Admin Component
55 stars 25 forks source link

Updating model does not submit #21

Open timlind opened 7 years ago

timlind commented 7 years ago

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.

screen shot 2017-01-23 at 3 45 24 pm

BoLaMN commented 7 years ago

seems it was changed from updateAttributes to patchAttributes in the later versions

feel free to create a pr