Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4142

2Checkout: Erroneous load of removed Json component

    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

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              26/Jan/21

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 21 minutes
              21m

                Agile