I had added new topic tree tab with custom relation (belongs_to). After that I saved project and restarted wandora to check if it saves tree tab configuration between runs. I discovered that custom tab is preservred. But all associations was removed. The three builtin-in (subclass, instance, default association) was removed as well as newly created one.
And what is more important associations is removed from wandora completely. Newly created projects also misses assocations, and all they show in the topic tree is Wandora class. All subclasses and instances relations is cleared from the tree, so the Wandora class stays here alone. Still I can found scheme topics with finder. But not with tree.
How can I restore them and make changes persistent?
update: I reproduced error another time. On Wandora start I get
- Code: Select all
Root topic not found for topic tree. Disabling tree.
. After that entire <trees> subtree was removed from global options.xml. It's very dubious to store project-related data such as root topic inside global configuration. I'm not surprised that something went wrong