This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new d5d63e18fb [SYNCOPE-1892] Fixing Console appearance
d5d63e18fb is described below
commit d5d63e18fbca786643337ad0408fbe7d480c1e22
Author: Francesco Chicchiriccò <[email protected]>
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));
}
}
}