src/app/dialogs/create-issue-dialog/create-issue-dialog.component.ts
selector | app-create-issue-dialog |
styleUrls | ./create-issue-dialog.component.scss |
templateUrl | ./create-issue-dialog.component.html |
Properties |
Methods |
constructor(dialogRef: MatDialogRef<CreateIssueDialogComponent>, dialog: MatDialog, dataService: DataService, data: DialogData, notify: UserNotifyService)
|
||||||||||||||||||
Parameters :
|
afterAlertClose |
afterAlertClose()
|
Returns :
void
|
onCreate |
onCreate()
|
Returns :
void
|
onNoClick | ||||||
onNoClick(showConfirmDialog: boolean)
|
||||||
Parameters :
Returns :
void
|
Private updateSelectedItems |
updateSelectedItems()
|
Updates items to be selected in the Create Issue page, including 1) components and 2) locations.
Returns :
void
|
body |
Decorators :
@ViewChild('body')
|
category |
Default value : new FormControl('', [Validators.required])
|
Public data |
Type : DialogData
|
Decorators :
@Inject(MAT_DIALOG_DATA)
|
Public dialogRef |
Type : MatDialogRef<CreateIssueDialogComponent>
|
Public issueData |
Type : LocalIssueData
|
Default value : {
components: [],
locations: [],
labels: [],
assignees: [],
linksToIssues: []
}
|
Public loading |
Default value : false
|
Public saveFailed |
Default value : false
|
title |
Default value : new FormControl('', [CCIMSValidators.nameValidator, Validators.required])
|
./create-issue-dialog.component.scss