summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorArun Kumar Mohan <arunmohandm@gmail.com>2019-08-28 05:20:30 -0500
committerArun Kumar Mohan <arunmohandm@gmail.com>2019-08-30 17:08:16 -0500
commit9575288f6259e37726c61451478b9c7d5a73b843 (patch)
treedf4183f84bcafb9b1353865ceaeae0cf5a9ce845 /changelogs
parentc0ff11820228acbc27369e99db9bbf9a80a8405b (diff)
downloadgitlab-ce-9575288f6259e37726c61451478b9c7d5a73b843.tar.gz
Refactor showStagedIcon property's behavior to match its name
Previously, the `showStagedIcon` property was doing the opposite of what its name suggested. It was rendering the staged icon when `showStagedIcon` was `false` and rendering the regular icon when it was `true`.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/refactor-showStagedIcon.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/refactor-showStagedIcon.yml b/changelogs/unreleased/refactor-showStagedIcon.yml
new file mode 100644
index 00000000000..94c58c4dc45
--- /dev/null
+++ b/changelogs/unreleased/refactor-showStagedIcon.yml
@@ -0,0 +1,5 @@
+---
+title: Refactor showStagedIcon property to reflect the behavior its name represents.
+merge_request: 32333
+author: Arun Kumar Mohan
+type: other