From 50a643da285b6ea3b72f0c1c7b520146273a7b70 Mon Sep 17 00:00:00 2001 From: James Chu Date: Fri, 29 Dec 2023 16:02:39 +0800 Subject: [PATCH] ZK-5605: client-bind fails for zk.$extends created widget classes, without ClientBindComposer declared (#3105) --- zkdoc/release-note | 1 + zktest/src/main/webapp/test2/config.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/zkdoc/release-note b/zkdoc/release-note index 0f2ab30ae3..e92342b68e 100644 --- a/zkdoc/release-note +++ b/zkdoc/release-note @@ -20,6 +20,7 @@ ZK 10.0.0 ZK-5569: Radiogroup onCheck event type mismatch ZK-5161: page directive's attributes are not encoded before rendering into HTML ZK-5598: CKEditor requests ExecutionImpl.encodeURL with null value, causes NPE in embedded mode + ZK-5605: client-bind fails for zk.$extends created widget classes, without ClientBindComposer declared * Upgrade Notes + Upgrade commons-fileupload to commons-fileupload2-javax 2.0.0-M1 and commons-io to 2.13.0 to support jakarta-friendly uploads diff --git a/zktest/src/main/webapp/test2/config.properties b/zktest/src/main/webapp/test2/config.properties index 72e521a846..0ef04ef744 100644 --- a/zktest/src/main/webapp/test2/config.properties +++ b/zktest/src/main/webapp/test2/config.properties @@ -3111,6 +3111,7 @@ B90-ZK-4431.zul=A,E,Multislider ##zats##B100-ZK-5161.zul=A,E,XSS,Security,Page ##Manually##B100-ZK-5598.zul=A,E,CKEditor,Embedded,NPE ##manully##F100-ZK-5596.zul=A,E,Embedded,Url +##zats##B100-ZK-5605.zul=A,E,clientbind,widget ## # Features - 3.0.x version