allcount / allcountjs

Rapid application development framework for Node.js
http://allcountjs.com
MIT License
402 stars 83 forks source link

fieldName is not defined when empty reference object is passed #68

Closed paveltiunov closed 8 years ago

paveltiunov commented 8 years ago
Error: ReferenceError: fieldName is not defined
    at toDbReference (/srv/cusdevcrm-allcount/node_modules/allcountjs/services/mongo/mongo-default-field-provider.js:13:91)
    at Object.reference.toBsonValue (/srv/cusdevcrm-allcount/node_modules/allcountjs/services/mongo/mongo-default-field-provider.js:37:41)
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/storage-driver.js:349:75
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/storage-driver.js:357:25
    at Function._.each._.forEach (/srv/cusdevcrm-allcount/node_modules/underscore/underscore.js:150:9)
    at convertEntity (/srv/cusdevcrm-allcount/node_modules/allcountjs/services/storage-driver.js:356:11)
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/storage-driver.js:348:20
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/storage-driver.js:205:41
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/injection.js:214:86
    at Object.exports.restoreScope (/srv/cusdevcrm-allcount/node_modules/allcountjs/services/injection.js:102:18)
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/injection.js:214:36
    at _fulfilled (/srv/cusdevcrm-allcount/node_modules/q/q.js:787:54)
    at self.promiseDispatch.done (/srv/cusdevcrm-allcount/node_modules/q/q.js:816:30)
    at Promise.promise.promiseDispatch (/srv/cusdevcrm-allcount/node_modules/q/q.js:749:13)
    at /srv/cusdevcrm-allcount/node_modules/q/q.js:557:44
    at flush (/srv/cusdevcrm-allcount/node_modules/q/q.js:108:17)
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/allcount.js:34:19
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/allcount-server-startup.js:11:25
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/app-service.js:25:21
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/injection.js:214:86
    at Object.exports.restoreScope (/srv/cusdevcrm-allcount/node_modules/allcountjs/services/injection.js:102:18)
    at /srv/cusdevcrm-allcount/node_modules/allcountjs/services/injection.js:214:36
    at _fulfilled (/srv/cusdevcrm-allcount/node_modules/q/q.js:787:54)
    at self.promiseDispatch.done (/srv/cusdevcrm-allcount/node_modules/q/q.js:816:30)
    at Promise.promise.promiseDispatch (/srv/cusdevcrm-allcount/node_modules/q/q.js:749:13)
    at /srv/cusdevcrm-allcount/node_modules/q/q.js:557:44
    at flush (/srv/cusdevcrm-allcount/node_modules/q/q.js:108:17)
    at doNTCallback0 (node.js:430:9)
    at process._tickDomainCallback (node.js:400:13)