mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 11:17:43 +02:00
UBER-1233: Milestone related fixes (#7614)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -434,18 +434,20 @@ export class TGithubComponent extends TComponent implements GithubComponent {
|
||||
}
|
||||
|
||||
@Mixin(github.mixin.GithubMilestone, tracker.class.Milestone)
|
||||
@UX(github.string.GithubIssue)
|
||||
@UX(github.string.GithubMilestone)
|
||||
export class TGithubMilestone extends TMilestone implements GithubMilestone {
|
||||
@Prop(TypeHyperlink(), getEmbeddedLabel('Github URL'))
|
||||
@Prop(TypeHyperlink(), getEmbeddedLabel('Github Project URL'))
|
||||
@Index(IndexKind.FullText)
|
||||
@ReadOnly()
|
||||
url!: Hyperlink
|
||||
|
||||
@Prop(TypeString(), getEmbeddedLabel('NodeID'))
|
||||
@Hidden()
|
||||
@ReadOnly()
|
||||
projectNodeId!: string
|
||||
|
||||
@Prop(TypeNumber(), getEmbeddedLabel('Number'))
|
||||
@Hidden()
|
||||
@ReadOnly()
|
||||
projectNumber!: number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user