OptionGroupSpecification::getOptions return only active options
Currently you can select inactive options from option groups (e.g. phone_type, activity_type) as parameters.
With this MR only active options can be selected. Previous actions with inactive options will still work, but on the edit screen they won't show so you need to select an other active option instead.