diff options
author | Sean McGivern <sean@gitlab.com> | 2019-05-23 15:28:55 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-05-24 10:07:21 +0100 |
commit | 17b97bf029a7085f6b726071a15f5d231510f1b6 (patch) | |
tree | 1e8e37ee0985effc9a3ee08703d42161cfe8bfb1 /changelogs | |
parent | efdca2e6b41f5c05a026cc583646b13555e63986 (diff) | |
download | gitlab-ce-17b97bf029a7085f6b726071a15f5d231510f1b6.tar.gz |
Fix milestone references with HTML entities in the namefix-milestone-references-with-escaped-html-entities
When a milestone name contained an HTML entity that would be escaped (&,
<, >), then it wasn't possible to refer to this milestone by name, or
use it in a quick action.
This already worked for labels, but not for milestones. We take care to
re-escape un-matched milestones, too.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix-milestone-references-with-escaped-html-entities.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-milestone-references-with-escaped-html-entities.yml b/changelogs/unreleased/fix-milestone-references-with-escaped-html-entities.yml new file mode 100644 index 00000000000..1041943f9c4 --- /dev/null +++ b/changelogs/unreleased/fix-milestone-references-with-escaped-html-entities.yml @@ -0,0 +1,5 @@ +--- +title: Fix milestone references containing &, <, or > +merge_request: 28667 +author: +type: fixed |