Michael Bromley
Michael Bromley
First draft of a format for specifying plugins which require UI embellishments: ```JavaScript [ { "name": "some kind of identifier for the plugin", "triggers": [ { "label": "textual label for...
Hi, Thanks for the report. Would you be able to create a minimal reproduction I could use to quickly investigate this? Ideally something like a single-file plugin I can paste...
Thanks for supplying the reproduction gist. Note that I had to change [these lines](https://gist.github.com/tschortsch/5e11413dda42f6df0a7106834306c05d#file-eager-relations-bug-plugin-ts-L100-L108) to get the mutation to work to: ```ts if (!orderLine) { const result = await this.orderService.addItemToOrder(ctx,...
An issue was fixed in v2.2.1 that may resolve this (see commit referenced above)
@martijnvdbrug thank you for this PR - clearly it took quite some time & careful effort to get right!
My suggestion would also be to have a fake "shop customer" customer record and just use that for this kind of order. Is there any major issue handling it this...
Hi, I'm unable to reproduce this. I tried in several ways: following your instructions of deleting all the products & facets first; I also tried creating new collections, nesting them,...
@kyunal yes I think the main issue is resolved, and what is left is something of a rarer edge case which indeed would be good to take care of if...
Hi @patnir, this solution does work, at least for what I needed in this demo.
I've been thinking about this because whenever a new build is deployed, all the Angular JS bundles have new filenames (due to the hash in e.g. `main.e86ab45999ab017d.js`), and therefore we...