Skip to content

Commit

Permalink
ZK-5801: Client MVVM: switching apply template causing javascript error
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu committed Oct 1, 2024
1 parent 7185169 commit 38109e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
Expand Up @@ -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-5801: Client MVVM: switching apply template causing javascript error

* Upgrade Notes
+ Remove Htmls.encodeJavaScript(), Strings.encodeJavaScript(), Strings.escape() with Strings.ESCAPE_JAVASCRIPT, and replace them with OWASP Java Encoder APIs instead.
Expand Down
1 change: 1 addition & 0 deletions zktest/src/main/webapp/test2/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
##manually##B101-ZK-5801.zul=A,E,ClientMVVM,Apply

##
# Features - 3.0.x version
Expand Down

0 comments on commit 38109e1

Please sign in to comment.