Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
-
Quasar
-
Puma Sprint 254
Description
Currently, the SPA does this:
isHidden() { return this.model.meta.params?.[PARAMETER_HIDDEN] === 'on'; }
However the PMA sends hidden as follows:
"meta" : { "hidden" : true "paramsInfo" : { "header" : "Yes My Header" }, "params" : { } }
So the SPA should be adjusted to take this into account
Attachments
Issue Links
- relates to
-
CMS-14459 For a hidden HstComponent, in the PMA response add a component parameter indicating it is hidden
- Closed