diff --git a/src/pfwbged/folder/folder.py b/src/pfwbged/folder/folder.py index a6dd37f..b552aae 100644 --- a/src/pfwbged/folder/folder.py +++ b/src/pfwbged/folder/folder.py @@ -208,6 +208,9 @@ def move_to_proper_location(context, event): if folder.id == 'documents' and aq_parent(folder).portal_type == 'Plone Site': # the document is already in the right place, good return + if folder.id == 'Members' and aq_parent(folder).portal_type == 'Plone Site': + # the document is already in the right place, good + return # add a link to classifying folder intids = component.getUtility(IIntIds)