Drayke

Results 20 comments of Drayke

I use 7sfx files from: https://github.com/chrislake/7zsfxmm and the following approach: 1. `rcedit.exe 7zsd.sfx ` 2. `copy /b 7zsd.sfx + sfx_config.txt + MyPackage.7z MyPackage.exe` You'r changing the icon of the SFX...

I had this issue too and right now I'm pretty confused on what I should to. > You will be unable to use Remote JS Debugging if you use the...

I'm still pretty curious about the restructuring of the channel roles relations. Are there any updates on that?

> I would say that if a customer searches for a product they should see all the products that are offered by the different vendors on the marketplace. For my...

Awesome! Even though I discovered this bug I wasn't really able to pinpoint the exact reason. Thanks, I'm already looking forward for the next patch!

![image](https://user-images.githubusercontent.com/19676051/180392703-81f0b0ce-99d7-4733-be2b-0d337a7cd1c5.png) There is still an error for nested relations.

I think you just need to add ```TS config.customFields.User.push({ // and then resolve customer -> user -> customFields -> vendor name: 'vendor', label: [{ languageCode: LanguageCode.en_AU, value: 'Vendor' }], type:...

I finally found one of the errors. I have the relation Product -> User -> Profile (-> Asset) and I need it to get eagerly loaded to access the properties...

Hi @michaelbromley , try this plugin to reproduce the error when accessing an order detail page. I used PostgreSQL and received an error like this: ![image](https://user-images.githubusercontent.com/19676051/202850398-b34a4582-fadc-43d6-9970-07ff1be4e662.png) I still believe it...

Is there an update on this issue? I also think this featue is quite important and easy to implement in the admin-ui.