on 2020 Dec 07 2:32 PM
I am trying to extend Adaptive search SearchContext Widget from OOTB to include one more selector :
<widget-definition id="de.hybris.platform.adaptivesearch.widgets.searchContext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="http://www.hybris.com/schema/cockpitng/widget-definition.xsd">
In Order to customize I have used definition.xml as below:
<widget-definition extends="de.hybris.platform.adaptivesearch.widgets.searchContext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="http://www.hybris.com/schema/cockpitng/widget-definition.xsd">
....
<view src="myCustomAsSearchContext.zul" />
....
....
</widget-definition>
But when I build and do Backoffice Reset. Still I am seeing searchContext.zul getting loaded instead of my custom *.zul file. Am I missing something or is there an additional step to make this work.
I referred below page in wiki to extend the widget :
Please help
Regards
Swetha
Request clarification before answering.
User | Count |
---|---|
19 | |
3 | |
2 | |
1 | |
1 | |
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.