mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 20:32:24 +02:00
UBERF-9634 Handle unsupported markdown in github integration (port to develop) (#8260)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -174,7 +174,7 @@ export class ProjectsSyncManager implements DocSyncManager {
|
||||
|
||||
const messageData: MilestoneData = {
|
||||
label: milestoneExternal.label,
|
||||
description: await this.provider.getMarkup(container.container, milestoneExternal.description)
|
||||
description: await this.provider.getMarkupSafe(container.container, milestoneExternal.description)
|
||||
}
|
||||
|
||||
await this.handleDiffUpdateMilestone(existing, info, messageData, container, milestoneExternal)
|
||||
|
||||
Reference in New Issue
Block a user