Merge remote-tracking branch 'alex/w2p-100079_themed-feedback-form-component_contribute-7.2'

# Conflicts:
#	src/themes/custom/lazy-theme.module.ts
This commit is contained in:
Alexandre Vryghem
2023-03-15 16:55:21 +01:00
7 changed files with 47 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ import {
import { MetadataRepresentationListComponent } from './app/item-page/simple/metadata-representation-list/metadata-representation-list.component';
import { DsDynamicLookupRelationSearchTabComponent } from './app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/search-tab/dynamic-lookup-relation-search-tab.component';
import { DsDynamicLookupRelationExternalSourceTabComponent } from './app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/dynamic-lookup-relation-external-source-tab.component';
import { FeedbackFormComponent } from './app/info/feedback/feedback-form/feedback-form.component';
const DECLARATIONS = [
FileSectionComponent,
@@ -173,6 +174,7 @@ const DECLARATIONS = [
WorkflowItemSendBackComponent,
BreadcrumbsComponent,
FeedbackComponent,
FeedbackFormComponent,
CommunityListComponent,
ComcolPageHandleComponent,
AuthNavMenuComponent,