You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Das Problem tritt auf, wenn es sich um Pflichtfelder handelt.
Löscht man eine Zeile oder mehrere passt etwas mit dem Index nicht mehr.
Beim Speichern kommt die Warnung:
Stack trace:
ErrorException:
Warning: Undefined array key 0
at vendor/menatwork/contao-multicolumnwizard-bundle/src/Contao/Widgets/MultiColumnWizard.php:726
at MenAtWork\MultiColumnWizardBundle\Contao\Widgets\MultiColumnWizard->validator()
(vendor/contao/core-bundle/contao/library/Contao/Widget.php:729)
at Contao\Widget->validate()
(vendor/contao/core-bundle/contao/classes/DataContainer.php:483)
at Contao\DataContainer->row()
(vendor/contao/core-bundle/contao/drivers/DC_Table.php:2082)
at Contao\DC_Table->edit()
(vendor/contao/core-bundle/contao/classes/Backend.php:546)
at Contao\Backend->getBackendModule()
(vendor/contao/core-bundle/contao/controllers/BackendMain.php:148)
at Contao\BackendMain->run()
(vendor/contao/core-bundle/src/Controller/BackendController.php:44)
at Contao\CoreBundle\Controller\BackendController->mainAction()
(vendor/symfony/http-kernel/HttpKernel.php:166)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:74)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:197)
at Symfony\Component\HttpKernel\Kernel->handle()
(public/index.php:44)
Bsp:
Es werden 3 Zeilen gespeichert.
Jetzt wir eine Zeile gelöscht. -> die Warning kommt.
Wenn ich mir in der Zeile 725 die var_dump($varInput); ausgebe, sind hier noch 3 Arrays enthalten, eines mit leeren Values.
The text was updated successfully, but these errors were encountered:
The warning appears only when you delete a row from the top, not the last row. The last row can be deleted. So if you want to delete a row first sort it to the bottom and then delete it.
Contao 5.1.11
MCW: 3.6.2
PHP: 8.1.21
Das Problem tritt auf, wenn es sich um Pflichtfelder handelt.
Löscht man eine Zeile oder mehrere passt etwas mit dem Index nicht mehr.
Beim Speichern kommt die Warnung:
Warning: Undefined array key 0 (bzw. 1,2,3...)
Bsp:
Es werden 3 Zeilen gespeichert.
Jetzt wir eine Zeile gelöscht. -> die Warning kommt.
Wenn ich mir in der Zeile 725 die var_dump($varInput); ausgebe, sind hier noch 3 Arrays enthalten, eines mit leeren Values.
The text was updated successfully, but these errors were encountered: