Hi,
When I try to upload a csv-file to the mailing list of my newsletter type it says: "Action 'UploadForm' isn't allowed on class NewsletterAdmin". Does anyone know what to do about it?
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi,
When I try to upload a csv-file to the mailing list of my newsletter type it says: "Action 'UploadForm' isn't allowed on class NewsletterAdmin". Does anyone know what to do about it?
Hi, you need to add 'UploadForm' to the allowed actions list in the NewsLetterAdmin class.