Naz Staff member Oct 27, 2018 #2 What page are you getting this on? And also, what version of the add-on? I can't seem to reproduce this.
What page are you getting this on? And also, what version of the add-on? I can't seem to reproduce this.
Naz Staff member Oct 27, 2018 #4 Ah, found it. Looks like an old url from a very old version. Sorting now.
Naz Staff member Oct 27, 2018 #5 If you edit the nf_calendar_attachment_upload_overlay template and change the following: HTML: <form action="{xen:link 'full:calendar/attachment/do-upload'}" method="post" to HTML: <form action="{xen:link 'full:events/attachment/do-upload'}" method="post" ...that should clear it up. I've also corrected it in the package here so you can just download a fresh copy of the add-on and upgrade the add-on with the included xml.
If you edit the nf_calendar_attachment_upload_overlay template and change the following: HTML: <form action="{xen:link 'full:calendar/attachment/do-upload'}" method="post" to HTML: <form action="{xen:link 'full:events/attachment/do-upload'}" method="post" ...that should clear it up. I've also corrected it in the package here so you can just download a fresh copy of the add-on and upgrade the add-on with the included xml.