In Plone 4.1.6 instance, calls to
item_obj.getField('leadImage').tag(scale='mini',title='')
in a template, where item_obj is an object with a lead image, fail with
Unauthorized: You are not allowed to access 'tag' in this context
Is this (logged in as a manager) unexpected?
UPDATE: I was forgetting to include item_obj as the first argument of tag(), but including it doesn't make this exception go away…
In Plone 4.1.6 instance, calls to
in a template, where item_obj is an object with a lead image, fail with
Is this (logged in as a manager) unexpected?
UPDATE: I was forgetting to include item_obj as the first argument of tag(), but including it doesn't make this exception go away…