noeticpenguin / ngForce

Force.com && Angular.js integration framework.
noeticpenguin.github.io/ngForce
MIT License
142 stars 61 forks source link

Allow Name updates in sfr update function #11

Closed Oblongmana closed 10 years ago

Oblongmana commented 10 years ago

'Name' is a property that can be updated when it's a Text field - was previously being stripped in the sfr update method.

Although updating an AutoNumber Name wouldn't be valid, updating a Text Name would be valid, and a common use case, so it should be left up to the developer to make sure they're not updating an AutoNumber name field, or handle it elegantly.

noeticpenguin commented 10 years ago

James, this has been merged, but I did it manually.