shawn47 / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Xml Download is defect #417

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a BPMN2.0 Process Modell
2. Try to export to XML

What is the expected output?
An XML representation of the model

What do you see instead?
Error Message

Please provide any additional information below.
I checked the svn history...
Sven.Wagnerboysen checked in the file bpmn2.0serialization.js with Revision 
3057.
This file contains the error. He changed the call-attributes of the function 
generateBpmnXml and 
just forgot to change it for downloadXML.
So the following line after "bind(this)" before ");" in downloadXML fixes this 
issue.
,this.bpmnSerializationHandlerUrl

I would fix it by myself, but I don't have a subversion account to check in the 
fix.

Original issue reported on code.google.com by Thomas2...@gmail.com on 6 Jan 2010 at 8:05

GoogleCodeExporter commented 9 years ago
This issue can be closed.
It was fixed in one of the further svn-commits

Original comment by Thomas2...@gmail.com on 21 Jan 2010 at 5:37