Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_workflow
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenjie.zheng
erp5_workflow
Commits
91d9fdd4
Commit
91d9fdd4
authored
Jul 07, 2011
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5VCS: fix 'push' option when commit is interrupted by a login dialog
parent
3a2f0bf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/vcs_dialog.xml
...rge/SkinTemplateItem/portal_skins/erp5_vcs/vcs_dialog.xml
+1
-1
bt5/erp5_forge/bt/revision
bt5/erp5_forge/bt/revision
+1
-1
No files found.
bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/vcs_dialog.xml
View file @
91d9fdd4
...
...
@@ -40,7 +40,7 @@
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
xmlns:i18n="http://xml.zope.org/namespaces/i18n">
\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
dummy python: local_parameter_list.update((x, options.pop(x))\n
for x in (\'caller\', \'caller_kw\')\n
...
...
bt5/erp5_forge/bt/revision
View file @
91d9fdd4
660
\ No newline at end of file
661
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment