Daniel Biegler
Daniel Biegler
@gioboa Now the reactivity of the subtotal is broken :laughing: But thats just a tiny detail. Afterwards I slowed the network down so you can see what I mean more...
Ohhh, good catch. Problem here is that resizing is a fundamental step when cropping to a focal point and depending on the params you must enlarge the image temporarily so...
Ahhh nice catch! You're correct. For the verification we get the id and redirect: ```ts const id = await service.verifyRegistration(value); return res.redirect(`/admin/users/${id}`); ``` But for the registration we continue normally:...
Just tested this, but under sqlite, and it works for me. Mh your response should also not be code 204 but a 200 since we do return the primary key...
> But ItemsService.updateBatch calls RolesService.updateOne But it instantiates a new generic `ItemsService` in there? https://github.com/directus/directus/blob/47c438b4e3e2611f16ab372bea66d6396cd13cca/api/src/services/items.ts#L552-L584 Does that still call RolesServices' functions over its own somehow @hanneskuettner ?
Hey @shubham-am-i it sounds like youre not on the latest version `v10.11.2` - it is confirmed to work. For example: ``` USER_REGISTER_URL_ALLOW_LIST=http://asd.de ``` And then an API request like the...
Yes please. For anyone that wants a concrete example, see the POC multi vendor plugin inside [the service](https://github.com/vendure-ecommerce/vendure/blob/1b4c50fffcac08d0f256eff875ddd1023499a580/packages/dev-server/example-plugins/multivendor-plugin/service/mv.service.ts#L138-L172). https://github.com/vendure-ecommerce/vendure/blob/1b4c50fffcac08d0f256eff875ddd1023499a580/packages/dev-server/example-plugins/multivendor-plugin/service/mv.service.ts#L138-L172) You gotta create `${shopCode}-admin` roles per seller which becomes a PITA...
Yeah, that idea has been thrown around internally too and I'd love to make this happen but there's a huge list of unknowns for the actual detailed design and implementation....
Valid point, ordering by dates is useful! I wanted to find out why we added this so I followed some commits. This got introduced in #16379 because > fix a...
I agree that non-devs might be a little confused by seeing that. I guess the question is: How _should_ this look like? Visually marking them with a different color could...