-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix upload view permission #8
base: master
Are you sure you want to change the base?
Conversation
Change permission according to base view
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be sure: is the new History correct? There seems to be a discrepancy in the zcml file that says the permission changed to zope2.View
and the History that says it changed to cmf.AddPortalContent
docs/HISTORY.rst
Outdated
@@ -4,7 +4,9 @@ Changelog | |||
2.1.1 (unreleased) | |||
------------------ | |||
|
|||
- Nothing changed yet. | |||
- Change fileupload view permission: collective.limitfilesizepanel.LimitFileSizePanel | |||
is too strinct. Better a cmf.AddPortalContent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo? Did you mean strict?
Fix some typo
read HISTORY.rst report