-
Notifications
You must be signed in to change notification settings - Fork 50
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
Show source and target vertices when editing edges #435
Comments
@maggiolo00 hi, i'm tagging this with PBL1 as we fixed something related to this recently. makes sense we fix this as well for next release thanks, |
Actually, more than disabling the in and out edges frames, we may visualize source and target vertices frames, as suggested in orientechnologies/orientdb#1023. This would be more coherent with what we do when editing a vertex So the frames would be: "Source Vertex" Each frame would include the vertex rid (clickable --> edit vertex window) |
@santo-it Fixed |
Very well done @maggiolo00 . Much better now. Thanks Just a question: have you tried the case of new edge. With edit edge I'm not having issues, but when I try to add an edge, and then add the out and in fields, the frames are updated showing what I type in those fields. When I save the record is saved, but when I try to visualize the two vertices, the edge is not shown. Just wondering if you handled the new edge creation as well. I believe this is the last case of the all cases we recently reviewed (add vertex, edit vertex, edit edge) Thanks, |
Closing this. Will create a new issue for the "add edge" case. Thanks. |
how to repeat
please let's consider to disable these frames while editing an edge, if this operation is not allowed by design. this will help new users
perhaps an internal check to understand if we are editing a vertex or edge, and in case disable them in this second case?
thanks
The text was updated successfully, but these errors were encountered: