Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.5.0-b2
-
Fix Version/s: 3.5.0-b3
-
Component/s: None
-
Labels:None
Description
When editing a service, config options that are being removed are not passed along to the module.
For example, SolusVM allows for extra IP addresses to be removed. When removing an IP such that no IPs will remain, the config option is indeed set to zero on the service. However, the module is not given the config option at all, so it does not know that it has been changed to zero, and cannot take any action to update the service fields for that option. The config option should be passed along to the module so that it may take appropriate action because of it.