on ‎2018 Jul 23 5:49 PM
Site environment is latest Hybris 6.7 in a b2b setting.
Within Backoffice Product Cockpit Assortment view,
The default action when drag-and-dropping products is to "Move" them. For our customer it would make sense that the default action is "Copy", since there is no Undo action after accidentally moving. Copying is trivial to undo.
Is there a way to have the default action stt "Copy" rather than "Move" within the Assortment view?

Thank you very much for any insight provided!
Request clarification before answering.
Hi,
You can do it by getting bean named dragAndDropConfigurationService and invoking setDefaultActionType(DragAndDropActionType.APPEND)
You can create your own bean that will depend on dragAndDropConfigurationService and do the logic above.
Thanks, Marcin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! what helped me to make it finally work beside this article was that one: https://answers.sap.com/questions/12768529/how-to-extend-service-class-ootb-from-backoffice.html
-> creating the custom bean in backoffice/src and not src/
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 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.