feat(#1007): select-as-action — picking a parent directly triggers M0V3
Selecting any option in the M0V3 dropdown now fires confirm+POST immediately; no separate button needed. On cancel or after the request completes, the select resets to the placeholder. Removes the now-redundant btn-move button and its CSS rule.
This commit is contained in:
parent
1f5197a0a5
commit
912f9c5ed2
2 changed files with 24 additions and 39 deletions
|
|
@ -2520,6 +2520,4 @@ body.dashboard-shell.has-selection { padding-bottom: 4.5em; }
|
|||
opacity: 0.5;
|
||||
cursor: default;
|
||||
}
|
||||
.move-picker .btn-move {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue