Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.5.0-b1
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
A new setting for package options (CORE-1449) needs to be considered in the client interface.
Two cases:
1. When a client creates an addon for an existing service, if that addon has configurable options, each one must be considered. Only configurable options that are 'addable' by the client should be available. If it is not addable, it should neither by displayed nor stored.
2. When a client manages their service, check whether the service has available configurable options that have not been added to the service. If so, those options should be displayed for the client to add as long as the setting for it to be 'addable' is set. If it is not addable, it should neither by displayed nor stored.
We don't currently show checkboxes next to config options to make them optional to add. Adding it here would suggest that they should be added for admins as well, and doing so would require several updates that are better suited to a separate task. But it doesn't sound like this is a feature we should necessarily add anyway.