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

Unable to open 'track selector' in synteny view after v2.13.0 #4500

Closed
cmdcolin opened this issue Jul 29, 2024 · 0 comments · Fixed by #4501
Closed

Unable to open 'track selector' in synteny view after v2.13.0 #4500

cmdcolin opened this issue Jul 29, 2024 · 0 comments · Fixed by #4501
Labels
bug Something isn't working

Comments

@cmdcolin
Copy link
Collaborator

This code in hierarchical track selector expects a registered view model with the pluginmanager

view: types.safeReference(
pluginManager.pluggableMstType('view', 'stateModel'),
),

but the v2.13.0 release tried to sneakily extend the view types without registering with the pluginmanager

views: types.array(
model.views(self => ({
scaleBarDisplayPrefix() {
return self.assemblyNames[0]
},
})),
),

this causes a error when doing view.activateTrackSelector for "view 1" or "view 2"

image

cc @scottcain

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 a pull request may close this issue.

1 participant