ps-devstudio

Results 5 issues of ps-devstudio

### PHP Version 8.1.19 ### Shopware Version 6.4.20.2 ### Expected behaviour Upgrading to 6.5 results in PHP-FATAL-Error. All Extensions deactivated. Tried both — the composer and the PHP-Update-Process... Would be...

Bug

Unfortunately, it's not possible to add additional columns in the backend module. This makes sense because it would require accessing the custom-defined columns. However, this functionality seems to already exist,...

feature

Hello, I tried to add a new select-field in my femanagerextended. Here is what I did: TCA 'my_new_option' => [ 'exclude' => false, 'config' => [ 'type' => 'select', 'renderType'...

There is a change in ViewHelper ... defaultOption for form.select no longer exists. ![Bildschirmfoto 2024-05-29 um 08 59 40](https://github.com/in2code-de/femanager/assets/83782511/63f51b9b-cd42-48fa-bc6e-764d7fef6f13) Migration: defaultOption to prependOptionLabel ``` ```

## Bug Report **Current Behavior** In the documentation, it states: ```typoscript plugin.tx_cart { settings { autoGenerateNumbers = order } } ``` (See: [link to documentation line](https://github.com/extcode/cart/blob/dd50fd8b50b9aedf4152ccd87774ad7c7e111dd3/Documentation/Administrator/Configuration/NumberGenerator/Index.rst#L20)) However, in `settings.typoscript`, it...