diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-18 01:10:49 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-18 01:10:49 +0000 |
commit | 1d976ec24a874445cd0ea282c3e4ac5e20ce8268 (patch) | |
tree | 9828d4b0cee51d4aa872c233fd2143053648dcb9 /changelogs | |
parent | dd9cd24e36768aa3af5bcd1520d90aff9a1706b5 (diff) | |
parent | e6271bb04326ff146b85a976d4b59973eb43c2c5 (diff) | |
download | gitlab-ce-1d976ec24a874445cd0ea282c3e4ac5e20ce8268.tar.gz |
Merge branch 'issue-24512' into 'master'
Add placeholder in the color input inside the create new label popup
## What does this MR do?
Adds the missing placeholder *"Assign custom color #FF0000"* in the label creation popup ( example text for custom hex color).
## Are there points in the code the reviewer needs to double check?
## Why was this MR needed?
When creating a new label, the example text for custom hex color is missing
## Screenshots (if relevant)
Before
![before](/uploads/a3157414d59cea609118a7d711f9b9ee/before.png)
After
![Selection_051](/uploads/ca3e2089b40069e4cb6b7aa295b28cfc/Selection_051.png)
## Does this MR meet the acceptance criteria?
- [X] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
- [ ] Added for this feature/bug
- [ ] All builds are passing
- [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [X] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
## What are the relevant issue numbers?
#24512
See merge request !7492
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/issue-24512.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/issue-24512.yml b/changelogs/unreleased/issue-24512.yml new file mode 100644 index 00000000000..a3a9bd9c3d1 --- /dev/null +++ b/changelogs/unreleased/issue-24512.yml @@ -0,0 +1,4 @@ +--- +title: Add placeholder for the example text for custom hex color on label creation popup +merge_request: +author: Luis Alonso Chavez Armendariz |