Actions
Bug #7737
closedFields Tabs Protection tab param access not reliable
Description
When accessing tab params _cbsfp_params is being set on the tab, but the function doing it isn't using a tab reference object so it doesn't get set properly for calls after that function. Instead we need to just check if ->params is a ParamsInterface and if it's not send it through Registry call to build the params.
Actions