cancel
Showing results for 
Search instead for 
Did you mean: 

Backoffice widget not working

Former Member
0 Kudos

Hi ,

I have created custom backoffice widget and its adapter so that i can display only that item type that are in approved state in backoffice but any how that adapter is not executing on selecting the node from explorer tree . I have refer the things from the following below url : https://help.hybris.com/6.3.0/hcd/8b5074b3866910149d2bf4072759941e.html

Any guess ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member638520
Contributor
0 Kudos

Hi

Are you sure that nodeId from your cockpit-config.xml is equals to value returned from getNavigationNodeId() method ? Have you tried to add breakpoint to method addSearchDataConditions(final AdvancedSearchData searchData) ? Is the method invoked ?

Regards

Lukasz

Answers (2)

Answers (2)

former_member638520
Contributor
0 Kudos

Hi,

Do you have connection between your adapter/initializer and advancedSearch widget? If so, it seems that conditions which are added in addSearchDataConditions method are incorrect. I would suggest debugging advancedSearch and advancedSearchEngine widgets and looking at a query which is prepared.

Regards

Lukasz

Former Member
0 Kudos

: Yes , i can debug my code now but some like there is no affect on my search result .