Skip to content

Commit

Permalink
BACKLOG-23354 Renamed jmix:blockMove to jmix:blockUiMove
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dm1ke committed Nov 11, 2024
1 parent ad3b6fb commit f9fe095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/JContent/dnd/useNodeDrag.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function useNodeDrag({dragSource}) {
{
getPrimaryNodeType: true,
requiredPermission: ['jcr:removeNode'],
hideOnNodeTypes: ['jnt:virtualsite', 'jmix:hideDeleteAction', 'jmix:blockMove'],
hideOnNodeTypes: ['jnt:virtualsite', 'jmix:hideDeleteAction', 'jmix:blockUiMove'],
hideForPaths: [PATH_FILES_ITSELF, PATH_CONTENTS_ITSELF],
getLockInfo: true
}
Expand Down

0 comments on commit f9fe095

Please sign in to comment.