summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorRajat Jain <rjain@gitlab.com>2019-07-02 18:03:45 +0530
committerRajat Jain <rjain@gitlab.com>2019-07-02 23:17:49 +0530
commit2302385cce79b7407d73acccd190f77e55370f04 (patch)
tree759bc06794f26f411d441cbe1961589bc09a0c37 /changelogs/unreleased
parentc6861b189b7faaf385bd397fd41ba93ed5649f25 (diff)
downloadgitlab-ce-2302385cce79b7407d73acccd190f77e55370f04.tar.gz
Don't let logged out user do manual orderrj-fix-manual-order
Add a check for logged out user in the manual order so that they don't see an flash message when they try to reorder issues.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/rj-fix-manual-order.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rj-fix-manual-order.yml b/changelogs/unreleased/rj-fix-manual-order.yml
new file mode 100644
index 00000000000..ecc39b78b06
--- /dev/null
+++ b/changelogs/unreleased/rj-fix-manual-order.yml
@@ -0,0 +1,5 @@
+---
+title: Don't let logged out user do manual order
+merge_request: 30264
+author:
+type: fixed