Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.2
-
Component/s: None
-
Labels:None
Description
In the __construct() method of checkout2.php we call:
Loader::loadComponents($this, ['Input', 'Json']);
This is erroneous because we removed the Json component in 5.0.0. Change it to:
Loader::loadComponents($this, ['Input']);
No further modifications required as the component is not actually used in the file.
Remember to update the version
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.1.0 Sprint 1 [ 125 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.1.0 Sprint 1 [ 125 ] | 5.0.2 Sprint 1 [ 128 ] |
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 21 minutes [ 1260 ] | |
Worklog Id | 14702 [ 14702 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |