mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 21:32:24 +02:00
UBER-628: allow reordering when sort is set to manual in the same group (#3553)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
if (groupValue === undefined) {
|
||||
return undefined
|
||||
}
|
||||
if ((doc as any)[groupByKey] === groupValue) {
|
||||
if ((doc as any)[groupByKey] === groupValue && viewOptions.orderBy[0] !== 'rank') {
|
||||
return
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user