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.
Updated by krileon about 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !171
Actions