bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 30 Nov 2009 10:24:01 +0100
branchstable
changeset 3947 8d06bce45c02
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
when one is adding an inline entity for a relation of a single card, the 'add a new xxx' link disappears. If the user then cancel the addition, we have to make this link appears back. This is done by giving add new link id to removeInlineForm.

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