Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jérome Perrin
erp5
Commits
437225d9
Commit
437225d9
authored
3 years ago
by
Aurel
Browse files
Options
Download
Email Patches
Plain Diff
fix method call for Zope4
parent
63c000a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5Type/patches/Publish.py
product/ERP5Type/patches/Publish.py
+2
-2
No files found.
product/ERP5Type/patches/Publish.py
View file @
437225d9
...
...
@@ -29,7 +29,7 @@ from ZPublisher.Publish import (
missing_name
,
publish
,
)
from
ZPublisher.utils
import
recordMetaData
from
zope.publisher.interfaces
import
ISkinnable
from
ZPublisher.pubevents
import
PubStart
,
PubBeforeCommit
,
PubAfterTraversal
,
PubBeforeAbort
,
PubFailure
,
PubSuccess
from
zExceptions
import
Redirect
...
...
@@ -103,7 +103,7 @@ def publish(request, module_name, after_list, debug=0,
notify
(
PubAfterTraversal
(
request
))
if
transactions_manager
:
transactions_manager
.
recordMetaData
(
object
,
request
)
recordMetaData
(
object
,
request
)
result
=
mapply
(
object
,
request
.
args
,
request
,
call_object
,
1
,
...
...
This diff is collapsed.
Click to expand it.
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