-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10-HF12, 8.2
-
Component/s: Actions & Filters
HF12 introduces a potential NullPointerException when calling ActionService#getAction(String actionId, ActionContext context, boolean hideUnavailableAction) where actionId does not correspond to an action.
action.setFiltered(true) should be put into the block where action != null is checked