Sebastian Seggewiß

Results 28 comments of Sebastian Seggewiß

I still think this is a valid feature request. Eventhough 4 years have passed the Admin team will take this on directly now. https://issues.shopware.com/issues/NEXT-35052

Short Update: The UI/ UX team gave valid Feedback that this will fit better in the UI with the new Smartbar structure. That's why nothing has happened yet. Would you...

Sorry for taking so long I will take a look ASAP

I know this might be unpleasant for you, but the requested permissions by the SDK are valid. Take a look at the [LanguageDefinition](https://github.com/shopware/platform/blob/trunk/src/Core/System/Language/LanguageDefinition.php#L128). All the requested permissions are associations of...

Ah I see. So what you are saying is that this problem also exists for reverse associations?

Okay thats a real problem 😞 What do you think about the following: We only validate for read permissions if an `EntityCollection` is requested in the Criteria

Currently you request like this: `const languageRepository = sw.data.repository('category'); languageRepository.search().then((data) => { });` This will not give you errors for associations then. However if you request like this: `const criteria...

I've created an issue and will start the work ASAP! Please take a look at the progress here: https://issues.shopware.com/issues/NEXT-30849

> This issue also appear from getting the element configs by the code below > > ``` > import { data } from '@shopware-ag/admin-extension-sdk'; > .... > await data.get({ id:...