From 155024bf89a16ade982ee5bc93442d69d66b830e Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass <95754414+bdalsass@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:53:02 +0200 Subject: [PATCH] Buttons bar items constructor initialization Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- sources/Application/UI/Base/Component/ButtonBar/ButtonBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Application/UI/Base/Component/ButtonBar/ButtonBar.php b/sources/Application/UI/Base/Component/ButtonBar/ButtonBar.php index 6e398a09a4..2c5d6ac45a 100644 --- a/sources/Application/UI/Base/Component/ButtonBar/ButtonBar.php +++ b/sources/Application/UI/Base/Component/ButtonBar/ButtonBar.php @@ -97,7 +97,7 @@ class ButtonBar extends UIContentBlock $this->RefreshOverflowDataAttributes(); - $this->SetSubBlocks($aSubBlocks); + $this->SetButtons($aSubBlocks); } public function SetMoreButtonTooltipText(string $sMoreButtonTooltipText): self