bin/cubicweb-ctl
author Rabah Meradi <rabah.meradi@logilab.fr>
Wed, 25 Nov 2015 18:31:48 +0100
changeset 10932 cb217b2b3463
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views] remove breadcrumbs usage to retrieve last visited page Use JavaScript history.back to go to the last visited page. Rename _return_to_lastpage to _redirect as it becomes misnamed. Drop `test_redirect_default` test in `unittest_views_basecontrollers` which essentially tested this (now removed) breadcrumbs "feature". Closes #5456850.

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