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
commit 6cdfc6aeb86a8318053dc01c820532bdef198cd2 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Aug 13 14:34:33 2025 +0200 Missing from SYNCOPE-1899 --- .../apache/syncope/client/console/panels/ImplementationModalPanel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/panels/ImplementationModalPanel.html b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/panels/ImplementationModalPanel.html index 536885a99c..c181f9fc0c 100644 --- a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/panels/ImplementationModalPanel.html +++ b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/panels/ImplementationModalPanel.html @@ -32,7 +32,7 @@ under the License. <script type="text/javascript" src="webjars/codemirror/${codemirror.version}/addon/edit/closebrackets.js"></script> <script type="text/javascript"> function updateTextArea(editor) { - document.getElementById("groovyClassForm").children["groovyClass"].value = editor.get(); + document.getElementById("groovyClassForm").children["groovyClass"].value = editor.getValue(); } </script> <style>
