We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... or something like that.
Actually this:
autoform-file.coffee:40 Uncaught TypeError: Cannot read property 'update' of undefined
The problem is that when inserting a file here errors are not checked before calling update.
collection.insert file, (err, fileObj) -> if typeof self.data.atts?.onAfterInsert is 'function' self.data.atts.onAfterInsert err, fileObj **fileObj.update $set: metadata: owner: Meteor.userId()** if err then return console.log err self.value.set fileObj._id
The text was updated successfully, but these errors were encountered:
Same error here
Sorry, something went wrong.
Same error here...
No branches or pull requests
... or something like that.
Actually this:
autoform-file.coffee:40 Uncaught TypeError: Cannot read property 'update' of undefined
The problem is that when inserting a file here errors are not checked before calling update.
The text was updated successfully, but these errors were encountered: