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 d85e54e062 Missing from SYNCOPE-1899
d85e54e062 is described below
commit d85e54e062d982252108e1de15a3809274119c9c
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>