UBER-408 Issue as task (#3497)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-07-13 19:33:23 +06:00
committed by GitHub
parent d29a2df4d9
commit ab02db5890
46 changed files with 216 additions and 175 deletions
@@ -43,7 +43,7 @@
function updateConfig (config: string[]): string[] {
if (state !== undefined) {
return config.filter((p) => p !== 'state')
return config.filter((p) => p !== 'status')
}
if (selectedDoneStates.size === 1) {
return config.filter((p) => p !== 'doneState')
@@ -85,7 +85,7 @@
resConfig = updateConfig(config)
const result = client.getHierarchy().clone(query)
if (state) {
result.state = state
result.status = state
}
if (selectedDoneStates.size > 0) {
result.doneState = {