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

Interworx: "use_ssl" setting not able to be set false.

    Details

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

      Description

      When submitting a module row, the option "Use SSL when connecting to the API (recommended)" Will not be saved in the meta data for the module row when it is unchecked. This is because no value is submitted. The value of use_ssl should be defaulted to false when unchecked. Something like this:

      ````
      // Set unspecified checkboxes
      if (!empty($vars)) {
      if (empty($vars['use_ssl']))

      { $vars['use_ssl'] = 'false'; }

      }
      ````

        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:
              20/Oct/16

              Agile