Actions
Feature #23332
openAdd param_value to HookContext
Status:
New
Priority:
Normal
Assignee:
-
Description
Usually we need to get param value or nil if the param is not defined.
We define helper method for this in the hooks but would be great if it is in the HookContext
def param_value(mod, name) param(mod, name).value if param(mod, name) end
Updated by Eric Helms over 4 years ago
- Blocks Refactor #27371: Move Installer hook helpers to Kafo where they make sense added
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Has duplicate Refactor #29806: Move param_value to Kafo added
Actions