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
is used to get an object by a brain. It is unrestricted for combining with an unrestrictedSearchResults call.
Just using .unrestrictedTraverse here could lead to problems with Acquisition and lead to the wrong object when the names are similar to uncles. Therefore the path of the gotten object should be compared to the brain's path. When it does not match, the object was removed the brain can be removed too.
The text was updated successfully, but these errors were encountered:
The method [UpgradeStep.catalog_unrestricted_get_object]
ftw.upgrade/ftw/upgrade/step.py
Line 150 in 647fadf
unrestrictedSearchResults
call.Just using
.unrestrictedTraverse
here could lead to problems with Acquisition and lead to the wrong object when the names are similar to uncles. Therefore the path of the gotten object should be compared to the brain's path. When it does not match, the object was removed the brain can be removed too.The text was updated successfully, but these errors were encountered: