Bas van der Togt

Results 7 issues of Bas van der Togt

I’m facing this error: #1237900529: The argument “additionalAttributes” was registered with type “array”, but is of type “string” in view helper “TYPO3\CMS\Fluid\ViewHelpers\Form\CheckboxViewHelper” It looks like this has something todo with...

Is it possible to update vlucas/phpdotenv to the latest version 5.4.1 ? The config files should be updated then as well.

Is it possible to search within multiple tables/models and get the result in a singel collection? I can't find something about it in the manual.

Awesome plugin! But i have one issue. I can't fetch my ACF field with @field When using the get_field() function it's working as espected. Check code below. Am i missing...

The argument "frontendUserGroups" was registered with type"\TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup", but is of type "TYPO3\CMS\Extbase\Persistence\ObjectStorage" in view helper "FluidTYPO3\Vhs\ViewHelpers\Security\AllowViewHelper". VHS 5.2.0 TYPO3 9.5.5

I'm trying to add metadata to my mailable but this does not work with Laravel 9. ``` public function headers() { $options = [ 'metadata' => [ 'team_id' => (string)$this->message->team_id,...

Hi! Is there an event available which i can use to decline and close the modal? I need this because i want to add the decline option in to the...