Getting Exception in template helper: quickFormContext with aldeed:autoform
问题 I'm having an issue with aldeed:autoform which I can't solve, nor understand what is the cause. The template: <template name="staffCaseEdit"> {{> quickForm collection=Cases id="inserNewItem" type="insert"}} </template> I use aldeed:collection2 and aldeed:simple-schema to manage collections. So, I have the Case schema and Cases collection, both defined in /lib so they should be available on the client side, too. Next, there's the route: FlowRouter.route('/staff/case/:id', { triggersEnter: [