summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-09-27 19:52:01 -0400
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-10-01 10:09:50 +0200
commita7284cc0c3620030b43034cdf41216c0941bf411 (patch)
tree6dd3d0f4db2c52578b9a6051d462ebc0eed96d3a /docs/releases
parentbf39978a53f117ca02e9a0c78b76664a41a54745 (diff)
Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user change form.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.1.2.txt3
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`).