Closed thearabbit closed 9 years ago
I experience the same things with after.insert and after.update
That simply means that one of those packages is running insert and then update. There's no magic going on as far as collection hooks go.
Maybe add this to documentation so future users won't ask the same?
Another option is seeing if we can make this package cooperate with collection2 and/or autoform to optionally ignore hooks
I use
collecion2, simple schema, auto form and collection-hook
.Collection-Hook run both in
.before.insert() and before.update()
when I insert data in autoform. Please help me.