We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a335e2b commit e9ba79aCopy full SHA for e9ba79a
server/middleware/per-request.js
@@ -35,6 +35,7 @@ function perRequestContextFactory(options) {
35
var oldGetCurrentContext = LoopBackContext.getCurrentContext;
36
LoopBackContext.getCurrentContext = function() {
37
var context = oldGetCurrentContext();
38
+ // FIXME here all context fields get lost except for 'get' and 'set'
39
return context ? {
40
get: context.bind(context.get).bind(context),
41
set: context.bind(context.set).bind(context),
0 commit comments