-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to disable drag and drop in hierarchies #347
Comments
This works well. I'm wondering if an alternative approach would be to add support to |
Re-opening as the requirement is that drag should be possible but drop should not be possible |
thanks @matthewhorridge - this works ok, but there is an edge case that fails. Drag/Drop within the classes tree sometimes acts like a copy rather than a move. Debugging it reveals that the remove axiom fails here: Try moving EpithellialCell in this small example: |
Ah, I see what the problem is. EpithelialCell has axiom annotations. When the remove takes place it tries to remove the axiom without annotations and this axiom doesn't exist in the ontology, so the remove fails. I'm going to open a new issue for this. |
No description provided.
The text was updated successfully, but these errors were encountered: