diff options
| author | Tim Graham <timograham@gmail.com> | 2018-09-27 19:52:01 -0400 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-10-01 10:16:15 +0200 |
| commit | 176d20b92a8d2427b68ebf6e6824ded665013d86 (patch) | |
| tree | 12b76e822b6f1d701474a3a3bfac0f36167c4c86 /docs | |
| parent | c4bd5b597e0aa2432e4c867b86650f18af117851 (diff) | |
[2.1.x] Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user change form.
Backport of a7284cc0c3620030b43034cdf41216c0941bf411 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.2.txt b/docs/releases/2.1.2.txt index c0bcaf6b56..23632ad782 100644 --- a/docs/releases/2.1.2.txt +++ b/docs/releases/2.1.2.txt @@ -35,3 +35,6 @@ Bugfixes * Fixed a regression where sliced queries with multiple columns with the same name crashed on Oracle 12.1 (:ticket:`29630`). + +* Fixed a crash when a user with the view (but not change) permission made a + POST request to an admin user change form (:ticket:`29809`). |
