minor bugfix userdropdown
This commit is contained in:
parent
96b64ba1dc
commit
84a8ca442d
@ -90,11 +90,6 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Old author input -->
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="Inhalt">Autor</label>
|
|
||||||
<input type="text" class="form-control" id="Author" required name="author" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -25,6 +25,7 @@ export class UserstoryFormComponent implements OnInit {
|
|||||||
|
|
||||||
constructor(private backendService: BackendService, private activeModalService: NgbActiveModal) {
|
constructor(private backendService: BackendService, private activeModalService: NgbActiveModal) {
|
||||||
this.getUserstoryStatus();
|
this.getUserstoryStatus();
|
||||||
|
this.getAllUsers();
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user