feat(UserRep): UserId in DTOs und Entitäten löschbar gemacht
This commit is contained in:
@@ -61,7 +61,7 @@ export interface GroupOfUser {
|
||||
export interface UserRep {
|
||||
id?: number,
|
||||
repUserId?: number,
|
||||
userId: number,
|
||||
userId?: number,
|
||||
repGroupId?: number,
|
||||
groupId?: number,
|
||||
addedWho: string,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { AfterViewInit, Component, Inject, ViewChild } from '@angular/core';
|
||||
import { AfterViewInit, Component, ViewChild } from '@angular/core';
|
||||
import { GuiColumn, GuiSelectedRow } from '@generic-ui/ngx-grid/gui/grid/src/core/api/gui.grid.public-api';
|
||||
import { UserTableComponent } from '../../components/tables/user-table/user-table.component';
|
||||
import { UserRepTableComponent } from '../../components/tables/user-rep-table/user-rep-table.component';
|
||||
|
||||
Reference in New Issue
Block a user