summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-13 17:10:49 +0100
committerStephen Finucane <stephen@that.guru>2018-10-14 14:59:42 +0100
commit530999bf7c286bd3990e63790958338ef65a25a8 (patch)
treec32cdf08e45e22b23b6aee6793c0794e0c41eae6 /releasenotes/notes
parent67565bf528d6347edd6561677f61639adb35ba55 (diff)
downloadpatchwork-530999bf7c286bd3990e63790958338ef65a25a8.tar
patchwork-530999bf7c286bd3990e63790958338ef65a25a8.tar.gz
REST: Don't allow settings of some project fields
These should only be configurable by superusers as invalid configuration can break things. Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #217
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/issue-217-676f3f737e46320e.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/issue-217-676f3f737e46320e.yaml b/releasenotes/notes/issue-217-676f3f737e46320e.yaml
new file mode 100644
index 0000000..ecf4a11
--- /dev/null
+++ b/releasenotes/notes/issue-217-676f3f737e46320e.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ A project's ``list_email``, ``list_id`` and ``link_name`` fields can no
+ longer be updated via the REST API. This is a superuser-only operation
+ that, for now, should only be done via the admin interface.
+ (`#217 <https://github.com/getpatchwork/patchwork/issues/217>`__)