From 3fd615a532f3f6818c225156e394ac046634214b Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 12 Aug 2019 15:27:53 +0200 Subject: [PATCH] Fix references dropdown for required fields. --- .../features/content/shared/field-editor.component.html | 3 +-- .../content/shared/references-dropdown.component.ts | 9 +-------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/Squidex/app/features/content/shared/field-editor.component.html b/src/Squidex/app/features/content/shared/field-editor.component.html index 1eb16060a..3d81911cf 100644 --- a/src/Squidex/app/features/content/shared/field-editor.component.html +++ b/src/Squidex/app/features/content/shared/field-editor.component.html @@ -92,8 +92,7 @@ + [schemaId]="field.properties['schemaId']"> diff --git a/src/Squidex/app/features/content/shared/references-dropdown.component.ts b/src/Squidex/app/features/content/shared/references-dropdown.component.ts index 5fcc00ee0..7353761d9 100644 --- a/src/Squidex/app/features/content/shared/references-dropdown.component.ts +++ b/src/Squidex/app/features/content/shared/references-dropdown.component.ts @@ -59,9 +59,6 @@ export class ReferencesDropdownComponent extends StatefulControlComponent