Use backend queries for item id mode

This commit is contained in:
Alexander Zobnin
2021-06-01 13:01:54 +03:00
parent 6e6797653e
commit c81a6ae8c3
8 changed files with 106 additions and 30 deletions

View File

@@ -49,6 +49,9 @@ function migrateQueryType(target) {
delete target.mode;
}
}
// queryType is a string in query model
target.queryType = (target.queryType as number).toString();
}
function migrateSLA(target) {