This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push: new 1505f3e9c9 [SYNCOPE-1892] Fixing Console appearance 1505f3e9c9 is described below commit 1505f3e9c97442fc6425788de917562d400a3d01 Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Sat Aug 16 09:09:55 2025 +0200 [SYNCOPE-1892] Fixing Console appearance --- .../org/apache/syncope/client/console/wizards/CommandWizardBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/CommandWizardBuilder.java b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/CommandWizardBuilder.java index 1059711b38..24ce6b77cf 100644 --- a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/CommandWizardBuilder.java +++ b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/CommandWizardBuilder.java @@ -67,7 +67,7 @@ public class CommandWizardBuilder extends BaseAjaxWizardBuilder<CommandTO> { return command.getArgs(); } }; - add(new BeanPanel<>("bean", bean, pageRef).setRenderBodyOnly(true)); + add(new BeanPanel<>("bean", bean, pageRef, "ctx").setRenderBodyOnly(true)); } } }