From 761aa3cb4a6a974714f5e4aa800e4b5ef02c4b14 Mon Sep 17 00:00:00 2001 From: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:18:49 +0200 Subject: [PATCH] Fix #19338 - Add missing length validation when changing column type Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com> --- src/Controllers/Table/Structure/ChangeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controllers/Table/Structure/ChangeController.php b/src/Controllers/Table/Structure/ChangeController.php index 547fb4258d..4141a79c57 100644 --- a/src/Controllers/Table/Structure/ChangeController.php +++ b/src/Controllers/Table/Structure/ChangeController.php @@ -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,