diff --git a/src/app/collection-page/collection-form/collection-form.models.ts b/src/app/collection-page/collection-form/collection-form.models.ts index a8be614da27..4d8d0becb5a 100644 --- a/src/app/collection-page/collection-form/collection-form.models.ts +++ b/src/app/collection-page/collection-form/collection-form.models.ts @@ -55,9 +55,9 @@ export const collectionFormModels: DynamicFormControlModel[] = [ spellCheck: environment.form.spellCheck, }), new DynamicTextAreaModel({ - id: 'customfooter', - name: 'collection.customfooter', - spellCheck: environment.form.spellCheck, + id: 'customfooter', + name: 'collection.customfooter', + spellCheck: environment.form.spellCheck, }), new DynamicTextAreaModel({ id: 'headertext', diff --git a/src/app/core/shared/collection.model.ts b/src/app/core/shared/collection.model.ts index 8c46ed0ae3c..8ef08926ca0 100644 --- a/src/app/core/shared/collection.model.ts +++ b/src/app/core/shared/collection.model.ts @@ -122,7 +122,7 @@ export class Collection extends DSpaceObject implements ChildHALResource, Handle return this.firstMetadataValue('dc.rights.license'); } - /** + /** * The header text of this collection * Corresponds to the metadata field collection.headertext */ diff --git a/src/app/shared/object-list/collection-list-element/collection-list-element.component.ts b/src/app/shared/object-list/collection-list-element/collection-list-element.component.ts index 2c932a1bb36..9907484907b 100644 --- a/src/app/shared/object-list/collection-list-element/collection-list-element.component.ts +++ b/src/app/shared/object-list/collection-list-element/collection-list-element.component.ts @@ -5,16 +5,16 @@ import { OnInit, } from '@angular/core'; import { RouterLink } from '@angular/router'; - -import { Collection } from '../../../core/shared/collection.model'; -import { ViewMode } from '../../../core/shared/view-mode.model'; -import { listableObjectComponent } from '../../object-collection/shared/listable-object/listable-object.decorator'; -import { AbstractListableElementComponent } from '../../object-collection/shared/object-collection-element/abstract-listable-element.component'; import { APP_CONFIG, AppConfig, } from 'src/config/app-config.interface'; + import { DSONameService } from '../../../core/breadcrumbs/dso-name.service'; +import { Collection } from '../../../core/shared/collection.model'; +import { ViewMode } from '../../../core/shared/view-mode.model'; +import { listableObjectComponent } from '../../object-collection/shared/listable-object/listable-object.decorator'; +import { AbstractListableElementComponent } from '../../object-collection/shared/object-collection-element/abstract-listable-element.component'; @Component({ selector: 'ds-collection-list-element', diff --git a/src/config/default-app-config.ts b/src/config/default-app-config.ts index c14d77d36d8..7a4cec61569 100644 --- a/src/config/default-app-config.ts +++ b/src/config/default-app-config.ts @@ -347,8 +347,8 @@ export class DefaultAppConfig implements AppConfig { undoTimeout: 10000, // 10 seconds }, routeThrough: { - collectionHomePage: false - } + collectionHomePage: false, + }, }; suggestion: SuggestionConfig[] = [ diff --git a/src/environments/environment.test.ts b/src/environments/environment.test.ts index cd02e35fb19..894740f7f61 100644 --- a/src/environments/environment.test.ts +++ b/src/environments/environment.test.ts @@ -278,6 +278,9 @@ export const environment: BuildConfig = { edit: { undoTimeout: 10000, // 10 seconds }, + routeThrough: { + collectionHomePage: false, + }, }, themes: [ {