mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 17:57:42 +02:00
EZQMS-602: Moved Rank type to core (utilities stay in its own package) (#5019)
This commit is contained in:
@@ -26,16 +26,17 @@ import core, {
|
||||
TxOperations,
|
||||
generateId,
|
||||
type AnyAttribute,
|
||||
type Rank,
|
||||
type RefTo
|
||||
} from '@hcengineering/core'
|
||||
import { PlatformError, getEmbeddedLabel, unknownStatus } from '@hcengineering/platform'
|
||||
import task, { Project, ProjectStatus, ProjectType, Task, TaskType } from '.'
|
||||
import { makeRank, type Rank } from '@hcengineering/rank'
|
||||
import { makeRank } from '@hcengineering/rank'
|
||||
|
||||
export { genRanks, makeRank } from '@hcengineering/rank'
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Prefer {@link makeRank}
|
||||
*
|
||||
* TODO: Drop after everything migrates to {@link makeRank}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user