You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you get exception, does it mention where in CollectionFS code (file and line of code) it happends? It could be possible to add some option to bypass that hook.
Based on #84 I could add hooks to CollectionFS
Now, in some cases, I need to directly insert attachments without calling any hooks using direct.
I first tried this instruction :
But it raised an exception
Cannot read property 'insert' of undefined
.And then tried this :
No exceptions were raised but the file was not added.
Is there any way I can use
direct
and avoid CollectionFS hooks?The text was updated successfully, but these errors were encountered: