Browse Source

refactoring

pull/11365/head
mpetrov 2 years ago
parent
commit
ec78dc5b59
  1. 2
      ui-ngx/src/app/core/interceptors/entity-conflict.interceptor.ts
  2. 2
      ui-ngx/src/app/core/interceptors/global-http-interceptor.ts

2
ui-ngx/src/app/core/interceptors/entity-conflict.interceptor.ts

@ -31,7 +31,7 @@ import {
} from '@shared/components/dialog/entity-conflict-dialog/entity-conflict-dialog.component';
import { HasId } from '@shared/models/base-data';
import { HasVersion } from '@shared/models/entity.models';
import { InterceptorUtil } from '@core/utils/interceptor.util';
import { InterceptorUtil } from './interceptor.util';
@Injectable()
export class EntityConflictInterceptor implements HttpInterceptor {

2
ui-ngx/src/app/core/interceptors/global-http-interceptor.ts

@ -29,7 +29,7 @@ import { ActionNotificationShow } from '@app/core/notification/notification.acti
import { DialogService } from '@core/services/dialog.service';
import { TranslateService } from '@ngx-translate/core';
import { parseHttpErrorMessage } from '@core/utils';
import { InterceptorUtil } from '@core/interceptors/interceptor.util';
import { InterceptorUtil } from './interceptor.util';
const tmpHeaders = {};

Loading…
Cancel
Save