Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
82ab1ad5
Commit
82ab1ad5
authored
Dec 11, 2020
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_forge: typo
parent
d0a9049d
Changes
2
Show 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/BusinessTemplate_doVcsCommit.py
...tem/portal_skins/erp5_vcs/BusinessTemplate_doVcsCommit.py
+1
-1
bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_handleException.py
...portal_skins/erp5_vcs/BusinessTemplate_handleException.py
+1
-1
No files found.
bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doVcsCommit.py
View file @
82ab1ad5
...
...
@@ -25,7 +25,7 @@ if push is not None:
commit_dict
.
pop
(
'caller'
,
None
)
commit_dict
.
pop
(
'caller_kw'
,
None
)
# Always propage all information
s
throught formulator hidden field
# Always propage all information throught formulator hidden field
request
=
context
.
REQUEST
request
.
form
[
'your_commit_json'
]
=
json
.
dumps
(
commit_dict
)
request
.
form
[
'your_added'
]
=
commit_dict
[
'added'
]
...
...
bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_handleException.py
View file @
82ab1ad5
...
...
@@ -18,7 +18,7 @@ except GitLoginError, e:
method
=
'BusinessTemplate_viewGitLogin'
commit_dict
[
'caller'
]
=
caller
# Always propage all information
s
throught formulator hidden field
# Always propage all information throught formulator hidden field
request
=
context
.
REQUEST
request
.
form
[
'your_commit_json'
]
=
json
.
dumps
(
commit_dict
)
...
...
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