From b2da8042b4d11db246a26b63eebc78a3c0660b08 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 14 Feb 2019 13:19:59 -0800 Subject: Fix 403 errors when adding an assignee list in project boards Due to a bug in `BoardPolicy`, users were getting back a 403 error when trying to assign users to an assignee list and seeing "Something went wrong while fetching assignees list". For some reason, the declarative policy runtime was ignoring the ternary condition. To work around the issue, we make the project board an explicit condition check. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9727 --- changelogs/unreleased/sh-fix-board-user-assigns.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/sh-fix-board-user-assigns.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/sh-fix-board-user-assigns.yml b/changelogs/unreleased/sh-fix-board-user-assigns.yml new file mode 100644 index 00000000000..89c228107f0 --- /dev/null +++ b/changelogs/unreleased/sh-fix-board-user-assigns.yml @@ -0,0 +1,5 @@ +--- +title: Fix 403 errors when adding an assignee list in project boards +merge_request: 25263 +author: +type: fixed -- cgit v1.2.3