loopback-ds-computed-mixin icon indicating copy to clipboard operation
loopback-ds-computed-mixin copied to clipboard

Not working with MongoDb connector

Open jmwohl opened this issue 9 years ago • 0 comments

Not certain it's an issue with the MongoDb connector, but it works locally with memory datasource. Once I switch over to mongo, no luck. Adding some extra logging, the computed value gets computed correctly, and ctx.instance[property] = res gets executed with the correct value. But somehow this value never makes it to the output.

jmwohl avatar Feb 28 '16 20:02 jmwohl