cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Import wizard automatically reopens once selected and a search for a substring of "Import" is done?

Former Member
0 Likes
283

Steps to reproduce:

  • Search for "Import" (without the quotes) in the field above the Explorer Tree

  • Click Import

  • See the Import Wizard appear

  • Close the wizard

  • Place cursor in search field (top left above the explorer tree)

  • Hit backspace (resulting in the text "Impor")

  • Verify that the Import Wizard gets shown again

This seems to be caused by the nodeSelected still being active on the wizard node, and when searching it will activate any wizard that might be selected at that point if it is in the search results.

I would assume that searching should not re-activate wizard nodes and just show its results in the tree, and further that only clicks should trigger a wizard opening.

I wonder whether this is a bug or expected behavior? Is there a workaround for this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member682593
Participant
0 Likes

Hi,

I cannot reproduce this on the newest version, so if it's a bug it was fixed. Such behavior is surely not correct. If you want to change it, you can modify the ExplorerTree widget, following page shows exactly how to do it, on an example of ExplorerTree: https://help.hybris.com/1808/hcd/8bda5dec866910148593fca2c20f6a0e.html .

Of course first you need to find with debug the exact place (method) where the socked event is sent, and override the method. But this should be easy since the cockpitng sources are included in commerce-suite. You should check ExplorerTreeController and find usages of method sendOutput.

Thanks, Marcin

Answers (1)

Answers (1)

Former Member
0 Likes

Hi , what version are you currently using? I just tried with 6.7.0.7

I was just able to reproduce the above steps and got the wizard to show up again.

former_member682593
Participant
0 Likes

I'm talking about the upcoming 18.11 🙂 There were a lot of bug fixes in ExplorerTree since 6.7.

geffchang
Active Contributor
0 Likes

Oh, wow! Can 1811 be downloaded from SAP SWDC, or is it limited to internal employees (for now)?