-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[FIX] TreeGraph: Compatibility with old schemas #1804
Conversation
@ales-erjavec after this fix is applied, the schema shows all widgets, but the signal connecting the Tree widget and the TreeViewer is not created, as the name of the input has changed from Classification Tree to Tree. Do we have a mechanism that would allow us to declare mapping between old and new signal names? (the way replaces works for widget paths) |
Current coverage is 89.03% (diff: 100%)@@ master #1804 diff @@
==========================================
Files 85 85
Lines 9019 9019
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 8030 8030
Misses 989 989
Partials 0 0
|
No, not yet. Work in progress at wip/channel-ids |
[FIX] TreeGraph: Compatibility with old schemas
[FIX] TreeGraph: Compatibility with old schemas
[FIX] TreeGraph: Compatibility with old schemas
[FIX] TreeGraph: Compatibility with old schemas (cherry picked from commit eedd0ef)
[FIX] TreeGraph: Compatibility with old schemas (cherry picked from commit eedd0ef)
[FIX] TreeGraph: Compatibility with old schemas (cherry picked from commit eedd0ef)
[FIX] TreeGraph: Compatibility with old schemas (cherry picked from commit eedd0ef)
[FIX] TreeGraph: Compatibility with old schemas (cherry picked from commit eedd0ef)
Issue
Classification tree example does not open (#1794)
Description of changes
Declare which widgets are replaced with the new TreeGraph widget.