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']))
}
````
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
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'; } } ```` |
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'; } } ``` |
Jonathan Reissmueller
made changes -
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'; } } ``` |
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'; } } ```` |
Jonathan Reissmueller
made changes -
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'; } } ```` |
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'; } } ````` |
Jonathan Reissmueller
made changes -
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'; } } ````` |
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'; } } ```` |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #7 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Link | This issue relates to CORE-2274 [ CORE-2274 ] |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.0.0 Sprint 9 [ 27 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.0.0 Sprint 9 [ 27 ] | 4.0.0 Sprint 9, 4.0.0 Sprint 10 [ 27, 28 ] |
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #7 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |
Paul Phillips
made changes -
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Paul Phillips
made changes -
Security | Private [ 10000 ] |
Paul Phillips
made changes -
Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |