minor bugfix userdropdown
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -25,6 +25,7 @@ export class UserstoryFormComponent implements OnInit {
|
||||
|
||||
constructor(private backendService: BackendService, private activeModalService: NgbActiveModal) {
|
||||
this.getUserstoryStatus();
|
||||
this.getAllUsers();
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
|
||||
Reference in New Issue
Block a user