on 2018 Oct 31 1:50 PM
How can I prevent the collection browser from loading on, for example while selecting orders? On click of orders the list view shouldn't populate.
Request clarification before answering.
You have to change the advanced-search config for the type:
<context type="SomeType" component="advanced-search" merge-by="type" parent="GenericItem">
<advanced-search:advanced-search disable-auto-search="true">
<advanced-search:field-list>
<advanced-search:field name="code" selected="true" operator="startsWith"/>
</advanced-search:field-list>
</advanced-search:advanced-search>
</context>
The magic is disable-auto-search="true"
Documentation for the Advanced Search Widget (RTFM 😛 )
https://help.hybris.com/1808/hcd/8b50ccf3866910149e1c9ebdd47f12be.html
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 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.