From 7a7c20f9863363dc8646422870b1581a4f889b25 Mon Sep 17 00:00:00 2001 From: "Noah Commandeur (TwoCream)" <157007478+noahcommandeur-twocream@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:59:30 +0200 Subject: [PATCH] Fix resolve display issue in grid view for filter by link feature --- public/js/pimcore/element/helpers/gridColumnConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/pimcore/element/helpers/gridColumnConfig.js b/public/js/pimcore/element/helpers/gridColumnConfig.js index 42d3b4cf51..d5735ab296 100644 --- a/public/js/pimcore/element/helpers/gridColumnConfig.js +++ b/public/js/pimcore/element/helpers/gridColumnConfig.js @@ -456,7 +456,7 @@ pimcore.element.helpers.gridColumnConfig = { title: title, items: [formPanel], bodyStyle: "background: #fff;", - width: 700, + width: width: formPanel.items.items[0].width + 25, maxHeight: 650 }); this.filterByRelationWindow.show();