mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-18 15:49:29 +02:00
UBERF-7090: Add QMS plugins (#5716)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Copyright @ 2024 Hardcore Engineering Inc.
|
||||
//
|
||||
|
||||
import type { TrainingAttempt } from '@hcengineering/training'
|
||||
import type { Location } from '@hcengineering/ui'
|
||||
import { trainingAttemptRoute } from '../routing/routes/trainingAttemptRoute'
|
||||
|
||||
export async function trainingAttemptLinkProviderEncode (
|
||||
object: TrainingAttempt,
|
||||
_props: Record<string, any>
|
||||
): Promise<Location> {
|
||||
return trainingAttemptRoute.build({ id: object._id, tab: null })
|
||||
}
|
||||
Reference in New Issue
Block a user