bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 15 Jan 2015 15:45:09 +0100
changeset 10182 116b24efad0e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[hooks] don't insert an owned_by relation for deleted entities If, in the same transaction, a composed entity is created and deleted, we'll have scheduled a SyncOwnersOp which would end up creating an owned_by relation for the deleted entity. Closes #4846883

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])