-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename refresh_token & fix ticket permissions (#83)
* change refresh-token generation * return error * refresh_token -> refresh-token * refresh_token -> refreshToken * Dialog fixes. * Ticket assignment. * wider assignment button * changed ticket permissions
- Loading branch information
Showing
15 changed files
with
109 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 13 additions & 12 deletions
25
web-gui/src/app/dialogs/create-edit-ticket/create-edit-ticket.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<h2 mat-dialog-title>{{title}}</h2> | ||
|
||
<mat-dialog-content [formGroup]="form"> | ||
<mat-form-field appearance="standard"> | ||
<mat-label>Beschreibung</mat-label> | ||
<textarea maxlength="160" formControlName="desc" matInput required cdkTextareaAutosize></textarea> | ||
</mat-form-field> | ||
</mat-dialog-content> | ||
<mat-dialog-actions> | ||
<button class="mat-raised-button" (click)="close()">Schließen</button> | ||
<button class="mat-raised-button mat-primary" (click)="editTicket()">Erstellen</button> | ||
</mat-dialog-actions> | ||
<div class="container"> | ||
<div class="dialogTitle" matDialogTitle>{{title}}</div> | ||
<mat-dialog-content [formGroup]="form"> | ||
<mat-form-field appearance="standard"> | ||
<mat-label>Beschreibung</mat-label> | ||
<textarea maxlength="160" formControlName="desc" matInput required cdkTextareaAutosize></textarea> | ||
</mat-form-field> | ||
</mat-dialog-content> | ||
<mat-action-row> | ||
<button mat-raised-button (click)="close()">Schließen</button> | ||
<button mat-raised-button class="mat-primary" (click)="editTicket()">Erstellen</button> | ||
</mat-action-row> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 19 additions & 14 deletions
33
...p/page-components/classroom/ticket-list/ticket/ticket-assign/ticket-assign.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters