-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
CollectionFS support #84
Comments
Interesting idea! I assume it's easy enough, probably just a matter of doing |
Here's an app you can test it with. |
+1 |
After some digging, the
|
@fpoirier1 You rock! Thanks! |
Still a quirk: I've tried offloading some client work onto the server:
On the server, I try to take care of it:
And I'm checking for the metadata here:
Based on the console log statements, when I insert an image, this is what happens:
The insert gets called twice and the before happens in the middle... |
I wrote some tests in v0.7.9 to verify that hooks work with CollectionFS. I'm not getting any double inserts... I do get several update before/after hooks firing but that makes sense since CollectionFS updates properties as the file uploads. |
@ccorcos are you still experiencing any issues? I'm not sure what to do at this point since my tests are passing... if you've resolved your issue I would be able to close this one off |
Would it be possible to add support for hooks on CollectionFS?
The text was updated successfully, but these errors were encountered: