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
e3dcff0d
Commit
e3dcff0d
authored
Apr 13, 2010
by
Martin Aspeli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply some safety to the fix in r110185 after reports it may be causing some problems
parent
90cee462
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/Products/Five/browser/resource.py
src/Products/Five/browser/resource.py
+3
-1
No files found.
src/Products/Five/browser/resource.py
View file @
e3dcff0d
...
...
@@ -27,6 +27,7 @@ from zope.app.publisher.browser import fileresource, directoryresource
from
zope.app.publisher.fileresource
import
File
,
Image
from
zope.app.publisher.pagetemplateresource
import
PageTemplate
from
Acquisition
import
aq_base
from
Products.Five.browser
import
BrowserView
...
...
@@ -164,7 +165,8 @@ class DirectoryResource(Resource, directoryresource.DirectoryResource):
# We need to propagate security so that restrictedTraverse() will
# work
resource
.
__roles__
=
self
.
__roles__
if
hasattr
(
aq_base
(
self
),
'__roles__'
):
resource
.
__roles__
=
self
.
__roles__
return
resource
...
...
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