Michael Bromley

Results 751 comments of Michael Bromley

Hi all! Thanks for bringing my attention back to this one. @floze how many facet values are we talking? And is it just the facet detail page that is kind...

OK thanks both for the feedback. I'm gonna look into the best fix for now - which might be just to make the Admin UI smarter and not try to...

OK I have started implementing the fix for this in the `minor` branch. Still need to do the facet detail page, which is quite a bit more complex.

This was implemented as part of the UI refresh in v2.0!

Moving to v2.1 milestone because it goes together with the scheduled tasks feature

@seminarian that's a good use-case. Yes, it is still planned, but unfortunately I've postposed it a couple of times simply because it is very technically challenging and will take a...

Ideally I would like to be able to offer a generic "duplicate" mutation that is potentially capable of duplicating _any_ entity. Something like this: ### GraphQL API ```gql input DuplicateEntityInput...

With the new API you'll be able to write a custom duplicator that will do exactly this, including having a widget where you can specify the target channel in the...

@martijnvdbrug the generic duplicate interface is all done already! see the commits referenced above. You can take a look at the [current implementation](https://github.com/vendure-ecommerce/vendure/commit/6ac43d9a0591cc33d47f2734428588336461554c) of product duplication - it is less...

v2.2 yeah. It's in there already including the Admin UI part. You can test it quickly with `npx @vendure/create@next my-shop`