opencaesar / oml

Ontological Modeling Language (OML)
https://opencaesar.github.io/oml/
Apache License 2.0
23 stars 4 forks source link

[BUG] - Referencing a new term from another ontology gives error in editor #36

Closed melaasar closed 3 years ago

melaasar commented 4 years ago

Description

If I have an editor for ontology A and B open, and I add a new concept to B, trying to reference it from A shows errors. The error goes away after reopening the editor.

Steps to Reproduce

Steps to reproduce the behavior:

Expected Behavior

No error as the concept is already defined and the mission vocabulary already imports owl.

Additional Context

Closing and reopening the editor clears the errors (which seem to be only in the editor, not the problem view)

melaasar commented 3 years ago

This was fixed by #49