Claus Due

Results 284 comments of Claus Due

I appreciate the effort but unfortunately there's a lot of issues here - this list isn't exhaustive but if you want to have this merged it's a good place to...

Over the past couple of weeks, fixes for the issues addressed in this PR have been solved through other means and with backwards compatibility to v10 preserved. Sorry to close...

Can you provide a bit more information about how/when this happens? The function in question will use `foreach ($pageService->getAvailablePageTemplateFiles() as $extensionName => $templateGroup) {` when iterating over the available page...

@grischpel I'm afraid that error message doesn't help me. The error could come from anywhere; TYPO3 is catching an exception and turning it into a flash mesasge. You can help...

Depending on TYPO3 version, this class is either in `vendor/typo3/cms-backend/Classes/Form/AbstractItemProvider.php` or `typo3/sysext/backend/Classes/Form/AbstractItemProvider.php` (within your public folder, if your project uses one). Assuming that the `Vendorname.Templatename` is constructed with your vendor...

Flux 10.0 and VHS 7.0 should both work with TYPO3v11. It's possible that other packages are constraining the allowed versions. > Yes, I made sure that the vendor names and...

> Warning: Undefined array key "native" You will need to flush the caches via the install tool "Maintenance" module, or delete the `var/cache/*` folders. TYPO3 caches the available ViewHelper arguments...

This problem is fixed in `development` and has been for a while, based on the fact that the contents of the PHP file which solved the issue for you, almost...

Sounds fair enough. Do you think we should add a Form option so people can control whether they want to append or replace, based on `options` of `flux:form` in the...

Behavior can now be controlled by setting `...`. Valid option values are: * `append` * `prepend` * `replace` * `none` (suppresses Flux's preview even if the `Preview` section exists)