Skip to content

Commit

Permalink
fix epic change color timeline message
Browse files Browse the repository at this point in the history
  • Loading branch information
hecfernandez committed Sep 6, 2024
1 parent 91bea87 commit 7df783c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ class UserTimelineItemTitle
else
value = @translate.instant('ACTIVITY.VALUES.NOT_SET')

# color
else if timeline.getIn(["data", "value_diff", "key"]) == 'color'
if value
return value

new_value = value
else
new_value = timeline.getIn(["data", "value_diff", "value"]).first().get(1)
Expand Down

0 comments on commit 7df783c

Please sign in to comment.