From 50e5c794ba4eb1ab4ed10edbb09ee1104a8164be Mon Sep 17 00:00:00 2001 From: Hyyan Abo Fakher Date: Fri, 15 Jul 2022 12:29:51 +0200 Subject: [PATCH] fix: fix typo - `GxFiltersToolpanel::suppressExpandAl` should be `GxFiltersToolpanel::suppressExpandAll` --- GxSidebar.bbj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GxSidebar.bbj b/GxSidebar.bbj index f9badedf..c8344259 100644 --- a/GxSidebar.bbj +++ b/GxSidebar.bbj @@ -221,7 +221,7 @@ class public GxFiltersToolpanel extends GxToolpanel rem /** rem * To suppress Expand / Collapse All rem */ - field public BBjNumber SuppressExpandAl! = null() + field public BBjNumber suppressExpandAll! = null() rem /** rem * {@inheritDoc} rem */