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

Fix alignments track feature details customization #4542

Merged
merged 2 commits into from
Aug 31, 2024

Conversation

cmdcolin
Copy link
Collaborator

@cmdcolin cmdcolin commented Aug 30, 2024

Possible fix for #4540

The addition of the "track handle" to the feature widget model helps so the feature details can get the featureDetails callback e.g. getConf(track, 'featureDetails',...)

However, on main, the track handle is only added when it is a "BaseFeatureDetails" widget in the BaseLinearDisplayModel::selectFeature function, and not for the AlignmentTrack and SyntenyTrack "AlignmentsFeatureDetails" widget

This PR fixes that :)

@cmdcolin cmdcolin changed the title Fix alignments customization Fix alignments track/synteny track feature details customization Aug 30, 2024
@cmdcolin cmdcolin changed the title Fix alignments track/synteny track feature details customization Fix alignments track feature details customization Aug 30, 2024
@cmdcolin cmdcolin force-pushed the fix_alignments_customization branch 3 times, most recently from 90e24fb to 2fd4e1f Compare August 31, 2024 15:45
@cmdcolin cmdcolin force-pushed the fix_alignments_customization branch from 2fd4e1f to c4b60ce Compare August 31, 2024 16:49
@cmdcolin cmdcolin merged commit 77c7287 into main Aug 31, 2024
6 of 9 checks passed
@cmdcolin cmdcolin deleted the fix_alignments_customization branch August 31, 2024 16:50
@cmdcolin cmdcolin added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant