From 85933e5750349e801f1a8dd554f8c04c7417082a Mon Sep 17 00:00:00 2001 From: James Chu Date: Tue, 1 Oct 2024 15:41:10 +0800 Subject: [PATCH] ZK-5797: Client MVVM Children binding shall ignore null value --- 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 ae0d9bf4d3..47fadbcea9 100644 --- a/zkdoc/release-note +++ b/zkdoc/release-note @@ -27,6 +27,7 @@ ZK 10.1.0 ZK-5551: Shadow Component ForEach adds fullfil listeners everytime the syncModel method is called, doesn't clear them if component is removed ZK-5792: fullfill doesn't create all components in a forEach ZK-5793: upload doesn't show a progressbox + ZK-5797: Client MVVM Children binding shall ignore null value * Upgrade Notes + Remove Htmls.encodeJavaScript(), Strings.encodeJavaScript(), Strings.escape() with Strings.ESCAPE_JAVASCRIPT, and replace them with OWASP Java Encoder APIs instead. diff --git a/zktest/src/main/webapp/test2/config.properties b/zktest/src/main/webapp/test2/config.properties index 5764692052..62ec526f4f 100644 --- a/zktest/src/main/webapp/test2/config.properties +++ b/zktest/src/main/webapp/test2/config.properties @@ -3145,6 +3145,7 @@ B90-ZK-4431.zul=A,E,Multislider ##zats##B101-ZK-5551.zul=A,E,fulfill,Shadow,ForEach,Model ##zats##B101-ZK-5792.zul=A,E,fulfill,Shadow,ForEach,Model,Differ,EventListener,Clone ##zats##B101-ZK-5793.zul=A,E,Fileupload,Dropupload,Progress,Button,Upload +##zats##B101-ZK-5797.zul=A,E,ClientMVVM,Childrenbinding,Null ## # Features - 3.0.x version