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

Generate plugin ids from class instance instead of uuid4 #575

Closed

Conversation

HansKallekleiv
Copy link
Collaborator

@HansKallekleiv HansKallekleiv commented Jan 30, 2022

Generate plugin ids on the form:
<some_string>-<plugin_class_name>-<instance_counter>
instead of:
<some_string>-<uuid4()>
Relates to #574

@anders-kiaer
Copy link
Collaborator

Similar to PR #260 - with the same problem perhaps in upstream Dash that we should check/discuss again if still present and/or blocking?

@HansKallekleiv
Copy link
Collaborator Author

Fixed in #599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 🏁
Development

Successfully merging this pull request may close these issues.

2 participants