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
30fed2c1
Commit
30fed2c1
authored
8 years ago
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Undo tab from control panel ZMI screen.
This is no longer a persistent object.
parent
b2a81901
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
src/App/ApplicationManager.py
src/App/ApplicationManager.py
+4
-7
No files found.
src/App/ApplicationManager.py
View file @
30fed2c1
...
...
@@ -248,14 +248,14 @@ class ApplicationManager(Folder, CacheManager):
"""
__roles__
=
(
'Manager'
,)
isPrincipiaFolderish
=
1
Database
=
DatabaseChooser
(
'Database'
)
#
DatabaseManager()
Database
=
DatabaseChooser
(
'Database'
)
#
DatabaseManager()
DebugInfo
=
DebugManager
()
DavLocks
=
DavLockManager
()
manage
=
manage_main
=
DTMLFile
(
'dtml/cpContents'
,
globals
())
manage_main
.
_setName
(
'manage_main'
)
_objects
=
(
_objects
=
(
{
'id'
:
'Database'
,
'meta_type'
:
Database
.
meta_type
},
{
'id'
:
'DavLocks'
,
...
...
@@ -264,10 +264,7 @@ class ApplicationManager(Folder, CacheManager):
'meta_type'
:
DebugInfo
.
meta_type
},
)
manage_options
=
(
({
'label'
:
'Contents'
,
'action'
:
'manage_main'
},
)
+
UndoSupport
.
manage_options
)
manage_options
=
({
'label'
:
'Control Panel'
,
'action'
:
'manage_main'
},
)
id
=
'Control_Panel'
name
=
title
=
'Control Panel'
...
...
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