Hi all,
I've run into some strange behaviour of (maybe) the Uploadify module. I've already ruled out the possibility of an issue with user rights.
I can upload files alright, but cannot attach them to a DataObject which is part of a page type. I can see the file to be attached in the Uploads folder and can select it, but can't save it ... UNLESS this user's profile language is set to English. If it's set to another language, no dice.
The structure of the DataObject is like this:
EventPage::has_many -> EventDataObject::has_many -> DownloadDataObject::has_one -> File
The has_one relationship of "File" and "DownloadDataObject" does not work, if the backend language is German.
Does anyone else have that problem and is there a known fix for it? :)
Thanks in advance!