You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you drag and drop a Data Object (using tree view) into an empty folder:
Uncaught TypeError: Cannot read properties of undefined (reading 'canSortManually')
at klass.onTreeNodeBeforeMove
from:
// dropping objects not allowed if the tree/folder is paginated and sort by index (manual indexes) is enabledif(((!newParent.pagingData.canSortManually)||(newParent.childNodes.length>pimcore.settings['object_tree_paging_limit']))&&(newParent.data.sortBy=="index")){pimcore.helpers.showNotification(t("error"),t("element_cannot_be_moved_because_target_is_paginated"),"error");returnfalse;}
The text was updated successfully, but these errors were encountered:
If you drag and drop a Data Object (using tree view) into an empty folder:
from:
The text was updated successfully, but these errors were encountered: