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
Actions