squally2k / oryx-editor

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

Links to Sub-Models (e.g. Sub-Conversation node) does not load referenced model #485

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create and save random model
2. create new BPMN2.0 Conversation model
3. make Sub-Conversation node and set SubConversationRef property to a link to 
your random model (e.g. 'editor;default#/model/14301')
4. click on the plus link of the Sub-Conversation node

What is the expected output?
The random model should be loaded.

What do you see instead?
The URL in the URL bar changes to the URL of the random model but the editor 
content stays the same. A reload will show the random model.

Please provide any additional information below.
Using Firefox 5.0. Not sure if I am doing this correctly since I seem to have 
to set the property manually. Any hints on where to find the corresponding code 
is welcome. Eventually I want to make an automatic mechanism which probably 
involves some autosave and link back to the parent model.

Original issue reported on code.google.com by sar...@gmail.com on 3 Aug 2011 at 12:39