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

Services::renew does not set module row on the module

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.9.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      Currently the method does not set a module row on the module object, forcing the burden onto the module when it should really be set in the core.

      Update app/models/services.php around line 3119 change

                  if ($module) {
      

      to

      
                  if ($module) {
                      // Set the module row used for this service
                      $module->setModuleRow($module->getModuleRow($service->module_row_id));
      

        Activity

        There are no comments yet on this issue.

          People

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

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              15/Dec/23

              Time Tracking

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

                Agile