Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
036a6609
Commit
036a6609
authored
Jun 23, 2022
by
Martin Schorb
Browse files
match fix
parent
eaf76796
Changes
1
Hide whitespace changes
Inline
Side-by-side
dashUI/callbacks/match_selector.py
View file @
036a6609
...
...
@@ -164,11 +164,10 @@ def pointmatch_mcown_dd_sel(mc_own_sel, new_mc, mc_dd_opt, init_match, thispage,
Output
({
'component'
:
'browse_mc_div'
,
'module'
:
MATCH
},
'style'
),
Output
({
'component'
:
'browse_mc'
,
'module'
:
MATCH
},
'href'
)],
[
Input
({
'component'
:
'matchcoll_dd'
,
'module'
:
MATCH
},
'value'
),
Input
({
'component'
:
'stack_dd'
,
'module'
:
MATCH
},
'value'
)]
Input
({
'component'
:
'stack_dd'
,
'module'
:
MATCH
},
'value'
)]
,
[
State
({
'component'
:
'mc_owner_dd'
,
'module'
:
MATCH
},
'value'
),
State
({
'component'
:
'owner_dd'
,
'module'
:
MATCH
},
'value'
),
State
({
'component'
:
'project_dd'
,
'module'
:
MATCH
},
'value'
),
State
({
'component'
:
'store_all_matchcolls'
,
'module'
:
MATCH
},
'data'
)],
prevent_initial_call
=
True
)
def
new_matchcoll
(
mc_sel
,
stack
,
mc_owner
,
owner
,
project
,
all_mcs
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment