Skip to content
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

Create rename events #281

Closed
newcat opened this issue Apr 25, 2023 Discussed in #279 · 2 comments
Closed

Create rename events #281

newcat opened this issue Apr 25, 2023 Discussed in #279 · 2 comments
Labels
v1 Related to Baklava v1

Comments

@newcat
Copy link
Owner

newcat commented Apr 25, 2023

Discussed in #279

Originally posted by tpfau April 24, 2023
I have the following situation:
I would like to have a graph with unique Node Titles (i.e. no two nodes should have the exact same title). I know that there is already a node ID which is unique, but for usability I would need a human readable unique identifier as I would like users to be able to reference these nodes by their title, and thus they would need to be unique.
From what I have seen, there is (currently) no option to allow preventing a rename action on a vue node, and since this is a direct modification of the underlying node it also seems as the only way to prevent this would be to react to the change and undo it. somehow this feels wrong, and I'm wondering, whether there is a better way.
I could of course try to build my own Node visualisation class, but I'm wondering, whether there is a simpler way.

@newcat newcat added v2 Related to Baklava v2 v1 Related to Baklava v1 labels Apr 25, 2023
newcat added a commit that referenced this issue Jun 1, 2023
@newcat
Copy link
Owner Author

newcat commented Jun 1, 2023

Implemented in v2.0.2-beta.4 for v2

@newcat newcat removed the v2 Related to Baklava v2 label Jun 1, 2023
@newcat
Copy link
Owner Author

newcat commented Nov 21, 2023

Won't be implemented for V1

@newcat newcat closed this as completed Nov 21, 2023
@newcat newcat added this to V2 Apr 9, 2024
@newcat newcat moved this to Done in V2 Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1 Related to Baklava v1
Projects
Status: Done
Development

No branches or pull requests

1 participant