Commit 03404dc9 authored by George Tsiolis's avatar George Tsiolis

Add timeline icon for issue weights

parent 32164bf7
...@@ -13,7 +13,8 @@ module EE ...@@ -13,7 +13,8 @@ module EE
'issue_added_to_epic' => 'epic', 'issue_added_to_epic' => 'epic',
'issue_removed_from_epic' => 'epic', 'issue_removed_from_epic' => 'epic',
'issue_changed_epic' => 'epic', 'issue_changed_epic' => 'epic',
'epic_date_changed' => 'calendar' 'epic_date_changed' => 'calendar',
'weight' => 'scale'
}.freeze }.freeze
override :system_note_icon_name override :system_note_icon_name
......
---
title: Add timeline icon for issue weights
merge_request: 7847
author: George Tsiolis
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment