From 530999bf7c286bd3990e63790958338ef65a25a8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sat, 13 Oct 2018 17:10:49 +0100 Subject: 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 Closes: #217 --- releasenotes/notes/issue-217-676f3f737e46320e.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/issue-217-676f3f737e46320e.yaml (limited to 'releasenotes') 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 `__) -- cgit v1.2.3