mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
fix lint, fix aggregate count, add translations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { AdminNotifyMessage } from "./admin-notify-message.model";
|
||||
import { searchResultFor } from "../../../shared/search/search-result-element-decorator";
|
||||
import { SearchResult } from "../../../shared/search/models/search-result.model";
|
||||
import { AdminNotifyMessage } from './admin-notify-message.model';
|
||||
import { searchResultFor } from '../../../shared/search/search-result-element-decorator';
|
||||
import { SearchResult } from '../../../shared/search/models/search-result.model';
|
||||
|
||||
|
||||
@searchResultFor(AdminNotifyMessage)
|
||||
|
@@ -1,8 +1,8 @@
|
||||
import { deserialize, inheritSerialization } from 'cerialize';
|
||||
import { typedObject } from "../../../core/cache/builders/build-decorators";
|
||||
import { ADMIN_NOTIFY_MESSAGE } from "./admin-notify-message.resource-type";
|
||||
import { excludeFromEquals } from "../../../core/utilities/equals.decorators";
|
||||
import { DSpaceObject } from "../../../core/shared/dspace-object.model";
|
||||
import { typedObject } from '../../../core/cache/builders/build-decorators';
|
||||
import { ADMIN_NOTIFY_MESSAGE } from './admin-notify-message.resource-type';
|
||||
import { excludeFromEquals } from '../../../core/utilities/equals.decorators';
|
||||
import { DSpaceObject } from '../../../core/shared/dspace-object.model';
|
||||
|
||||
/**
|
||||
* A message that includes admin notify info
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { ResourceType } from "../../../core/shared/resource-type";
|
||||
import { ResourceType } from '../../../core/shared/resource-type';
|
||||
|
||||
/**
|
||||
* The resource type for AdminNotifyMessage
|
||||
|
Reference in New Issue
Block a user