Skip to content

Commit

Permalink
Update src/redturtle/volto/restapi/services/copymove/copymove.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed May 6, 2024
1 parent 75ad431 commit 05b788b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redturtle/volto/restapi/services/copymove/copymove.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Copy(BaseCopy):

def clipboard(self, parent, ids):
for id in ids:
check_alias(context=self.context, id=id)
check_alias(context=parent, id=id)
return parent.manage_copyObjects(ids=ids)


Expand Down

0 comments on commit 05b788b

Please sign in to comment.