diff --git a/product/ERP5/mixin/downloadable.py b/product/ERP5/mixin/downloadable.py index 97868ba856c24027f7c2cec39ae39247aa65ca68..a91bad7643c901c5b5a84bca7e02833b35860bc5 100644 --- a/product/ERP5/mixin/downloadable.py +++ b/product/ERP5/mixin/downloadable.py @@ -100,7 +100,7 @@ class DownloadableMixin: return str(data) security.declareProtected(Permissions.AccessContentsInformation, - 'index_html') + 'getStandardFileName') def getStandardFileName(self, format=None): """Returns the document coordinates as a standard file name. This method is the reverse of getPropertyDictFromFileName.