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
Right-click category /products in the Categories custom view -> Cut
Right-click /aston martin on the Cars custom view and select "Paste > Paste cut-out element"
After pasting, the object is not visible in /aston martin in the Cars custom view. And it stays visible in the Categories custom view because this tree does not get refreshed.
After reloading Pimcore it is even worse: The object completely disappeared as it is not visible in the Cars custom view (because this custom view only shows objects of class Car) nor in the Categories custom view (because the object is in a different path now).
But when you switch to Default perspective, you will see that the object indeed got copied to /aston martin (or better /Product Data/Cars/aston martin):
We need to prevent pasting elements to custom views which do not allow the class name of the copied element.
The text was updated successfully, but these errors were encountered:
BlackbitDevs
changed the title
Perspectives: Objects of wrong class can get added to wrong path via Copy/Paste
Perspectives: Objects of wrong class can get added to wrong path via Copy/Paste or Cut/Paste
Mar 12, 2025
Steps to reproduce:
It contains a custom view for
Car
objects on the left side and one forCategory
objects on the right side/products
in theCategories
custom view -> Cut/aston martin
on theCars
custom view and select "Paste > Paste cut-out element"After pasting, the object is not visible in
/aston martin
in theCars
custom view. And it stays visible in theCategories
custom view because this tree does not get refreshed.After reloading Pimcore it is even worse: The object completely disappeared as it is not visible in the
Cars
custom view (because this custom view only shows objects of classCar
) nor in theCategories
custom view (because the object is in a different path now).But when you switch to

Default
perspective, you will see that the object indeed got copied to/aston martin
(or better/Product Data/Cars/aston martin
):We need to prevent pasting elements to custom views which do not allow the class name of the copied element.
The text was updated successfully, but these errors were encountered: