Gerald R.
Gerald R.
The [information how to add a solr container](https://github.com/drud/ddev-contrib/tree/master/docker-compose-services/typo3-solr) for local ddev are not correct any longer. It's not necessary to copy the solr configuration as described in step 5. And...
The commit 86220d1072b7a9716358a42768adbbbd75cb1df1 → `PageProvider::loadRecordTreeFromDatabase()`in `v9.6.0` breaks the inheritance of `tx_fed_page_flexform_sub` to subpages. As a result the fields are empty on the subpages. Tested on TYPO3 `v10.4.28` and `v10.4.30`
### User story As an editor I want to be the `enddate` be automatically after the `startdate`. ### Current situation At the moment both are independent so the `enddate` could...
The TypoScript given by the extension is delivered with the `countries` level for payment and shipping which works as a wrapper. Resolves: #435
Todo: * Improve quick start
This is WIP because some points are not final: * There are two spots in the JS marked with "Todo" * The JavaScript for the form finisher is not included...
## Bug Report **Current Behavior** The template for currency selector checks the amount of currencies and should only render if more than one currency is given. https://github.com/extcode/cart/blob/bf1a2765a3def05fc7f19d86944a90b313119407/Resources/Private/Templates/Cart/Currency/Edit.html#L4 But due to...
## Bug Report **Current Behavior** Using the plugin "Cart: Currency Selector" throws the error `TYPO3\CMS\Extbase\Mvc\Exception\NoSuchActionException` with the detailed information "An action "editAction" does not exist in controller "Extcode\Cart\Controller\Cart\CurrencyController"." **Expected behavior/output**...
When compiling e.g. `clamp(0.2rem, 0.2rem + 0.12vw, 0.3rem)` the `Compiler` fails in the method `compileString()` line 573 with the message `Incompatible units vw and rem.: line: , column: `. It...
If I try to use the HTTP2/Preloading feature as [described in the docs](https://github.com/sabbelasichon/typo3_encore#http2-preloading) with [typo3/composer-cms-installers version 4+](https://brot.krue.ml/migration-typo3-composer-cms-installers-version-4/). **The problem:** * The preloaded font comes from the `_assets` directory e.g. `_assets/43d511a2adc66ee2c0e3ec64723dffa8/Fonts/my-font.woff2`...