Fix #19338 - Add missing length validation when changing column type

Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
This commit is contained in:
Nicolai Ehrhardt 2026-04-05 15:18:49 +02:00
parent bd94fa9f11
commit 761aa3cb4a

View File

@ -98,7 +98,7 @@ final readonly class ChangeController implements InvocableController
*/
$userPrivileges = $this->userPrivilegesFactory->getPrivileges();
$this->response->addScriptFiles(['vendor/jquery/jquery.uitablefilter.js']);
$this->response->addScriptFiles(['vendor/jquery/jquery.uitablefilter.js', 'table/structure.js']);
$templateData = $this->columnsDefinition->displayForm(
$userPrivileges,