Commits

Alexandre Vryghem authored 4c4531fe1e2
Custom theme fixes

- Moved PublicationSidebarSearchListElementComponent to correct folder - Synced standalone imports in the custom theme with src/app - Pointed custom theme's SearchComponent template to the ones from src/app
No tags

src/app/admin/admin-import-metadata-page/metadata-import-page.component.ts

Modified
17 17 import { Process } from '../../process-page/processes/process.model';
18 18 import { ProcessParameter } from '../../process-page/processes/process-parameter.model';
19 19 import { isNotEmpty } from '../../shared/empty.util';
20 20 import { NotificationsService } from '../../shared/notifications/notifications.service';
21 21 import { FileDropzoneNoUploaderComponent } from '../../shared/upload/file-dropzone-no-uploader/file-dropzone-no-uploader.component';
22 22
23 23 @Component({
24 24 selector: 'ds-base-metadata-import-page',
25 25 templateUrl: './metadata-import-page.component.html',
26 26 imports: [
27 - TranslateModule,
28 - FormsModule,
29 27 FileDropzoneNoUploaderComponent,
28 + FormsModule,
29 + TranslateModule,
30 30 ],
31 31 standalone: true,
32 32 })
33 33
34 34 /**
35 35 * Component that represents a metadata import page for administrators
36 36 */
37 37 export class MetadataImportPageComponent {
38 38
39 39 /**

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut