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
04c83536
Commit
04c83536
authored
Jul 09, 1999
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made PropertyManager call Globals.default__class_init__, the lack of
which was breaking all kinds of good stuff.
parent
194ccd38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lib/python/OFS/PropertyManager.py
lib/python/OFS/PropertyManager.py
+5
-2
No files found.
lib/python/OFS/PropertyManager.py
View file @
04c83536
...
...
@@ -84,9 +84,9 @@
##############################################################################
"""Property management"""
__version__
=
'$Revision: 1.1
4
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
5
$'
[
11
:
-
2
]
import
ExtensionClass
import
ExtensionClass
,
Globals
from
PropertySheets
import
DefaultPropertySheets
,
vps
from
ZPublisher.Converters
import
type_converters
from
Globals
import
HTMLFile
,
MessageDialog
...
...
@@ -334,3 +334,6 @@ class PropertyManager(ExtensionClass.Base):
return
self
.
manage_propertiesForm
(
self
,
REQUEST
)
Globals
.
default__class_init__
(
PropertyManager
)
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