Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.10.0-b1
-
Component/s: None
-
Labels:None
Description
Change line 1146 from:
'name' => $option_group->name,
to:
'name' => $this->decode($option_group->name),
Change line 1147 from:
'description' => $option_group->description,
to:
'description' => $this->decode($option_group->description),
Change 1164 from:
'name' => $value->optionname,
to:
'name' => $this->decode($value->optionname),
Change 1165 from:
'value' => $is_qty ? null : $value->optionname,
to:
'value' => $is_qty ? null : $this->decode($value->optionname),
Change 1178 from:
'label' => $option->optionname,
to:
'label' => $this->decode($option->optionname),
Change 1179 from:
'name' => $option->optionname,
to:
'name' => $this->decode($option->optionname),
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 4.10.0 Sprint 3 [ 107 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 4.10.0 Sprint 3 [ 107 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Story Points | 2 |
Jonathan Reissmueller
made changes -
Sprint | 4.10.0 Sprint 3 [ 107 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jonathan Reissmueller
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 45 minutes [ 2700 ] | |
Worklog Id | 13590 [ 13590 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #17 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Time Spent | 45 minutes [ 2700 ] | 1 hour, 3 minutes [ 3780 ] |
Worklog Id | 13592 [ 13592 ] |
Automated transition triggered when Jonathan Reissmueller merged pull request #17 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |