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

Import Manager: WHMCS - Error when no support departments exist

    Details

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

      Description

      To reproduce:

      • Import a whmcs database with no support departments

      To resolve, around line 1516 change:

              foreach ($departments as $department) {
      

      To

              $this->mappings['support_departments'] = [];
              foreach ($departments as $department) {
      

        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:
              8/Aug/22

              Time Tracking

              Estimated:
              Original Estimate - 0 minutes
              0m
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 1 hour, 21 minutes
              1h 21m

                Agile