Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.0-b1
-
Component/s: None
-
Labels:None
Description
- Many modules mappings use the 'hostname' field for the server name when they use the 'name' field
- Many modules map the 'secure' field to the 'use_ssl' blesta field. To make this more reliable add a callback
, 'callback' => function ($value) { return ($value == 'on' ? '1' : '0');}
- Nameservers are not imported, but they could be if we add support for array values.