mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 177 forks source link

updateAttributes makes null all attributes which are not defined #652

Open joneldiablo opened 4 years ago

joneldiablo commented 4 years ago

What type of issue are you creating?

What version of this module are you using?

Write other if any:

Please add a description for your issue:

I trying to use the method ....updateAttributes(id, data) the data object has many elements but not all of the table, then this method rewrite everything as null if not exist on data object