Commit 91d9fdd4 authored by Julien Muchembled's avatar Julien Muchembled

ERP5VCS: fix 'push' option when commit is interrupted by a login dialog

parent 3a2f0bf4
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
xmlns:metal="http://xml.zope.org/namespaces/metal"\n xmlns:metal="http://xml.zope.org/namespaces/metal"\n
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<tal:block define="local_parameter_list python: dict((x, request[x])\n <tal:block define="local_parameter_list python: dict((x, request[x])\n
for x in (\'added\', \'modified\', \'removed\', \'changelog\')\n for x in (\'added\', \'modified\', \'removed\', \'changelog\', \'push\')\n
if x in request);\n if x in request);\n
dummy python: local_parameter_list.update((x, options.pop(x))\n dummy python: local_parameter_list.update((x, options.pop(x))\n
for x in (\'caller\', \'caller_kw\')\n for x in (\'caller\', \'caller_kw\')\n
......
660 661
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment