diff --git a/zkdoc/release-note b/zkdoc/release-note index 968565ce68..49005a5fd1 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 ZK-5798: Client MVVM: Content missing in Include ZK-5799: Javascript error when using Pdfviewer in Client MVVM ZK-5801: Client MVVM: switching apply template causing javascript error diff --git a/zktest/src/main/webapp/test2/config.properties b/zktest/src/main/webapp/test2/config.properties index 36576f47a4..e8367ba5da 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 ##zats##B101-ZK-5798.zul=A,E,ClientMVVM,Include ##zats##B101-ZK-5799.zul=A,E,ClientMVVM,pdfviewer,zonejs ##manually##B101-ZK-5801.zul=A,E,ClientMVVM,Apply