on ‎2019 Mar 07 8:40 AM
Hi, I m trying to customize Product Approval widget in Product Cockpit in Hybris v1811, however i m unable to do so.
In my Custom backoffice the widget removal or updating the widget setting doesn't work. The code i m using to achieve so :
<widget-extension widgetId="pcmbackoffice-contents">
<widget id="pcmbackoffice-dashboard-view">
<remove widget id="pcmbackoffice-dashboard-view-product-stats-chart" />
</widget>
</widget-extension>
Nor setting modification for the same widget works:
<widget-extension widgetId="pcmbackoffice-contents">
<widget id="pcmbackoffice-dashboard-view">
<widget id="pcmbackoffice-dashboard-view-product-stats-chart" >
<setting key="facetsNames" type="String">currentStatus</setting>
</widget>
</widget>
</widget-extension>
Also I created the index property for the currentStatus and is available in solr. If I update the same in pcmbackoffice it works as a charm. And yes i updated the backoffice from Orchestrator mode. However i want it to do in Custom extension. Can anyone help me on this? Am i missing any other changes required to be done for this.
Request clarification before answering.
try this
<widget-extension widgetId="pcmbackoffice-dashboard-view">
<remove widgetId="pcmbackoffice-dashboard-view-product-stats-chart"/>
</widget-extension>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.