Michael Bromley
Michael Bromley
I attempted to reproduce based on Vinicius' repro steps, resulting in the following plugin: ```ts import { LanguageCode, PluginCommonModule, Product, VendureEntity, VendurePlugin } from '@vendure/core'; import gql from 'graphql-tag'; import...
Oh my that was a tough one. I've implemented a "fix" - more of a work-around of a TypeORM issue for now. Will release a patch with this in the...
Hi @Draykee, are you able to modify the test plugin above (source [here](https://github.com/vendure-ecommerce/vendure/blob/master/packages/dev-server/test-plugins/issue-1664.ts)) to reproduce that error? And also include the minimal query that reproduces it?
@tufail it is planned for Vendure v2, which unfortunately I don't have a timeline for at the moment beyond "i want to release it this year". However, work on v2...
Hi @asiz15, any news will be reflected in this issue - so I've not started working on this yet. So the idea with custom fields would be something like this:...
Hi, Thanks for the report. I'd accept a PR for this but it would need to include a comment above those 2 operators clearly explaining why they are needed, as...
Hi Martijn, are you able to reproduce this on a fresh install of 1.6.4? I'm attempting to reproduce on the `master` branch and cannot.
I think this issue is the same as what I discuss in this comment: https://github.com/vendure-ecommerce/vendure/issues/1331#issuecomment-1013226791 In short, this change will get overwritten by Lerna next time we publish a new...
Hi Martijn, Thanks for the extra investigation in this one. The `--exact` flag looks promising in this case. I'm just wondering whether there might be any unforeseen effects of switching...
Note: will need to go in to v2.0 because it will require a breaking DB schema change.