Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
cff7b4d2
Commit
cff7b4d2
authored
Jan 27, 2016
by
Philip Bauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pt_editForm after the help-system was removed
parent
c843a701
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
21 deletions
+23
-21
CHANGES.rst
CHANGES.rst
+3
-0
src/Products/PageTemplates/ZopePageTemplate.py
src/Products/PageTemplates/ZopePageTemplate.py
+20
-21
No files found.
CHANGES.rst
View file @
cff7b4d2
...
@@ -11,6 +11,9 @@ http://docs.zope.org/zope2/
...
@@ -11,6 +11,9 @@ http://docs.zope.org/zope2/
Bugs Fixed
Bugs Fixed
++++++++++
++++++++++
- Fix pt_editForm after the help-system was removed.
[pbauer]
- Skipped ipv6 test on Travis, because Travis no longer supports this.
- Skipped ipv6 test on Travis, because Travis no longer supports this.
- LP #789863: Ensure that Request objects cannot be published / traversed
- LP #789863: Ensure that Request objects cannot be published / traversed
...
...
src/Products/PageTemplates/ZopePageTemplate.py
View file @
cff7b4d2
...
@@ -83,8 +83,7 @@ class ZopePageTemplate(Script, PageTemplate, Historical, Cacheable,
...
@@ -83,8 +83,7 @@ class ZopePageTemplate(Script, PageTemplate, Historical, Cacheable,
'www'
,
'default.html'
)
'www'
,
'default.html'
)
manage_options
=
(
manage_options
=
(
{
'label'
:
'Edit'
,
'action'
:
'pt_editForm'
,
{
'label'
:
'Edit'
,
'action'
:
'pt_editForm'
},
'help'
:
(
'PageTemplates'
,
'PageTemplate_Edit.stx'
)},
{
'label'
:
'Test'
,
'action'
:
'ZScriptHTML_tryForm'
},
{
'label'
:
'Test'
,
'action'
:
'ZScriptHTML_tryForm'
},
)
+
PropertyManager
.
manage_options
\
)
+
PropertyManager
.
manage_options
\
+
Historical
.
manage_options
\
+
Historical
.
manage_options
\
...
...
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