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

disabling drag and drop in product cockpit 1811

0 Likes
522

Hi,

We are looking for a way to completely disable the drag and drop functionality from product cockpit in the Hybris 1811 version. So far we have tried hmc.useDragAndDrop=false and backoffice.widget.library.blacklist=com.hybris.cockpitng.action.dndconfig. Both seems to be not working.

I am referring to Disabling Backoffice Components in https://help.sap.com/viewer/5c9ea0c629214e42b727bf08800d8dfa/1808/en-US/ef17d5186d9949f59ed53ea8135e...

Please let us know if anybody has implemented this Thanks, Priyanka

Accepted Solutions (0)

Answers (1)

Answers (1)

arvind-kumar_avinash
Active Contributor
0 Likes

AFAIK, there is no global setting which can prevent Drag-and-Drop. You need to disable it for each widget by removing/changing the strategy.

Please note that if no strategy is provided for Drag-and-Drop behaviour, the fallback strategy is used. The fallback strategy disables the Drag-and-Drop behaviour for the widget. More details at https://help.sap.com/viewer/5c9ea0c629214e42b727bf08800d8dfa/1808/en-US/bed0cc62fd704c0e9ccff1e3be2e...

0 Likes

Thank you for replying. I saw the below solution for Hybris 5.2 version. https://answers.sap.com/questions/12751419/view.html We need to implement it in a similar way? Do you happen to have any references?

Thanks, Priyanka

former_member625836
Active Contributor
0 Likes

Hi ,

In fact you can find everything in document mentioned by .

Cheers, Jacek