Bug #3760
impossible to add flash content object
100%
Description
It's impossible to add flash in another content object.
I put all the swf files in a category, and I have another category for documents. When I try to add an swf file in another content object, I get a fatal error when clicking the category with the swf files. See attachment.
Files
History
Updated by dominique de guchtenaere over 11 years ago
tested on the latest stable version: same problem
Updated by Michael Hosdez over 11 years ago
- Priority changed from Normal to High
After some testing I found the following problem:
When exporting a document with flash animation, the "objectID" is also exported (for example 37737). After importing the document (CPO) again, the ID is still 37737, but in the new repository the ID is something else, for example 121 so the ID need also be changed when importing:
core.php?go=document_downloader&display=1&object=37737&application=repository
core.php?go=document_downloader&display=1&object=121&application=repository
I think the import problems for SWF files are gone when this bug is fixed.
Updated by a b over 11 years ago
- Status changed from New to Assigned
- Assignee set to a b
- % Done changed from 0 to 50
Updated by a b over 11 years ago
- Status changed from Assigned to Needs testing
- % Done changed from 50 to 100
Updated by dominique de guchtenaere over 11 years ago
- Status changed from Needs testing to Feature implemented
this works fine now, either when adding flash to a newly created content object or when importing a CPO with linked flash content objects. Thanks!