diff options
| author | Alexander Gaevsky <sasha@sasha0.ru> | 2016-01-07 11:07:15 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-08 12:28:32 -0500 |
| commit | ade54ffa34ddc6c19b26c6ea72b46f73af7b682b (patch) | |
| tree | beba0456c0075bf7ad4e0d9f2a30a813b6014272 /docs | |
| parent | 822a03b3e41c7c26b7b623c782fbcf9e6eea863f (diff) | |
Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.
Forwardport of test in o839d71d8562abe0b245024e55ca1d02a45e58fd from stable/1.9.x
(refs #25997).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index 375fe3edaa..ffe5030d9e 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -21,3 +21,7 @@ Bugfixes * Fixed a regression that caused the incorrect day to be selected when opening the admin calendar widget for timezones from GMT+0100 to GMT+1200 (:ticket:`24980`). + +* Fixed a regression in the admin's edit related model popup that caused an + escaped value to be displayed in the select dropdown of the parent window + (:ticket:`25997`). |
