Kamil Kuzminski

Results 14 issues of Kamil Kuzminski

In one of our projects, we allow backend users to have some custom paste logic. What I mean by that are custom global operation buttons that trigger the "select new...

bug

### Affected version(s) 4.9+ ### Description I have some custom member fields that have the `'eval' => ['csv' => ',']` setting. Unfortunately, loading and saving the data does not work...

bug
unconfirmed

Given this configuration: ```yaml accelerator_cache: host: "%env(ACCELERATOR_CACHE_HOST)%" web_dir: "%kernel.root_dir%/../web" ``` and this `.env` file: ``` ACCELERATOR_CACHE_HOST=https://www.domain.tld ``` The command will not work because it will try to fetch the `http://https://www.domain.tld/apc-*.php`...

I have added an option to define a confirmation message in the form settings. There is no longer a need to create a dedicated confirmation page – the confirmation will...

feature

We have the following code to add the page image to schema.org data: ```php if (($image = $this->designManager->getLinkedDataPageImage($page)) === null) { return; } $context = $this->responseContextAccessor->getResponseContext(); if (!$context || !$context->has(JsonLdManager::class))...

bug
unconfirmed

It is related to the issue we had in the past: https://github.com/contao/contao/pull/5323 If a user submits an empty form field that is a `FormCheckbox`, the `$objWidget->value` will be an empty...

bug
unconfirmed

It would be nice if can remove this check. It disallows to easily extend the module wizard, as it compares the number of some elements that don't really have an...

bug
up for discussion

It may happen that the form processing takes a while, and it may happen that the visitor will not notice that and submit the form again. This could result in...

feature
up for discussion