Rémy DANIEL
Rémy DANIEL
Hi! findQuery with no result reject the promise with undefined. In the same case, findMany resolve with an empty array. I think findQuery should do the same. If you are...
**Describe the bug** When using several search plugin, the typoscript configuration of the plugins is not passed to search component. During search component initialization, some of them use a typoscriptConfiguration...
Hello In custom javascript code, it is sometimes usefull to get the consent status of a given app, when for example before writing a cookie. Actually I use that: `orejime.internals.manager.getConsent('my-app')`...
## Bug Report **Current Behavior** In TCA, I can conveniently reduce the category tree with this piece of TSConfig: ``` TCEFORM.tx_news_domain_model_news.categories.config.treeConfig.rootUid = 26 ``` It works well, but if category...
Hi Helmut First of all, thx for sharing *again* awesome code with TYPO3 community. It is very valuable. Using symfony framework (and symfon/flex), I see performance benefits on production system...
Like for Input with link wizard, the Text field must have the softref TCA set to allow correct detection of soft reference. This helps when exporting Flux contents as T3D.
Hi We made a mistake while declaring the content provider : `\FluidTYPO3\Flux\Core::registerProviderExtensionKey('Site.site', 'Content');` instead of `\FluidTYPO3\Flux\Core::registerProviderExtensionKey('Site.Site', 'Content');` (see the uppercase `S` in the extension name). The wrong declaration leads Flux...
Hi Gordon It seems that Epf have some reserved attribute names used internally on Ep.Model. For example, while migrating from Ember Data, I have a model with an attribute 'type'....
Fixes: #49
On a php8 system, a backend preview template triggers an error "Array to string conversion" This is triggered with this kind of setup: ``` tt_content with an inline field table_A,...