Skip to content

Commit

Permalink
fixing more theme args
Browse files Browse the repository at this point in the history
  • Loading branch information
Arta Seyedian committed Jul 2, 2024
1 parent ccc9c9f commit b7aaed7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ import {
// templateUrl: './browse-entry-list-element.component.html',
templateUrl: '../../../../../../app/shared/object-list/browse-entry-list-element/browse-entry-list-element.component.html',
})
@listableObjectComponent(BrowseEntry, ViewMode.ListElement, Context.Any, 'custom')
@listableObjectComponent(BrowseEntry, ViewMode.ListElement, Context.Any, 'pedspace-custom')
export class BrowseEntryListElementComponent extends BaseComponent {
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from '../../../../../../app/shared/object-collection/shared/listable-object/listable-object.decorator';
import {Context} from '../../../../../../app/core/shared/context.model';

@listableObjectComponent(Collection, ViewMode.ListElement, Context.Any, 'custom')
@listableObjectComponent(Collection, ViewMode.ListElement, Context.Any, 'pedspace-custom')

@Component({
selector: 'ds-collection-list-element',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ViewMode } from '../../../../../../app/core/shared/view-mode.model';
import { listableObjectComponent } from '../../../../../../app/shared/object-collection/shared/listable-object/listable-object.decorator';
import {Context} from '../../../../../../app/core/shared/context.model';

@listableObjectComponent(Community, ViewMode.ListElement, Context.Any, 'custom')
@listableObjectComponent(Community, ViewMode.ListElement, Context.Any, 'pedspace-custom')

@Component({
selector: 'ds-community-list-element',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {
} from '../../../../../../../../../app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component';
import { Context } from '../../../../../../../../../app/core/shared/context.model';

@listableObjectComponent('PublicationSearchResult', ViewMode.ListElement, Context.Any, 'custom')
@listableObjectComponent(ItemSearchResult, ViewMode.ListElement, Context.Any, 'custom')
@listableObjectComponent('PublicationSearchResult', ViewMode.ListElement, Context.Any, 'pedspace-custom')
@listableObjectComponent(ItemSearchResult, ViewMode.ListElement, Context.Any, 'pedspace-custom')
@Component({
selector: 'ds-item-search-result-list-element',
// styleUrls: ['./item-search-result-list-element.component.scss'],
Expand Down

0 comments on commit b7aaed7

Please sign in to comment.