You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classic-ui/images.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,5 +132,5 @@ For now `plone.namedfile` still expects the `direction` argument with the old va
132
132
## Permissions
133
133
134
134
The `ImageScaling` view explicitly checks the permissions of the current user.
135
-
If you want to access objects which are normally not accessible to the current user, then you have to override the `validate_access` method in `ImageScale`.
135
+
To access image scales which are normally not accessible to the current useroverride the `validate_access` method in `plone.namedfile.scaling.ImageScale`.
136
136
In `Products.EasyNewsletter` you can find an example of that.
0 commit comments