minor bugfix userdropdown

This commit is contained in:
test 2020-07-02 17:23:59 +02:00
parent 96b64ba1dc
commit 84a8ca442d
2 changed files with 1 additions and 5 deletions

View File

@ -90,11 +90,6 @@
</select>
</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 class="row">

View File

@ -25,6 +25,7 @@ export class UserstoryFormComponent implements OnInit {
constructor(private backendService: BackendService, private activeModalService: NgbActiveModal) {
this.getUserstoryStatus();
this.getAllUsers();
}
ngOnInit(): void {