From d48a84ddb331d4bf5799d8dda9f38f706c5e448b Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Fri, 4 Sep 2020 13:49:29 -0400 Subject: [PATCH 1/3] Fix special flag for archive app filter thing --- api/src/database/seeds/system.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/api/src/database/seeds/system.yaml b/api/src/database/seeds/system.yaml index eae020a686..82a66e789a 100644 --- a/api/src/database/seeds/system.yaml +++ b/api/src/database/seeds/system.yaml @@ -581,7 +581,6 @@ rows: width: full - collection: directus_collections field: collection - special: interface: text-input options: font: monospace @@ -591,7 +590,6 @@ rows: width: half - collection: directus_collections field: icon - special: interface: icon options: locked: true @@ -599,7 +597,6 @@ rows: width: half - collection: directus_collections field: note - special: interface: text-input options: placeholder: A description of this collection... @@ -608,7 +605,6 @@ rows: width: full - collection: directus_collections field: display_template - special: interface: display-template options: collectionField: collection @@ -668,7 +664,6 @@ rows: width: full - collection: directus_collections field: archive_field - special: interface: field options: collectionField: collection @@ -679,8 +674,8 @@ rows: width: half - collection: directus_collections field: archive_app_filter - special: interface: toggle + special: boolean options: label: Enable App Archive Filter locked: true @@ -688,7 +683,6 @@ rows: width: half - collection: directus_collections field: archive_value - special: interface: text-input options: font: monospace @@ -699,7 +693,6 @@ rows: width: half - collection: directus_collections field: unarchive_value - special: interface: text-input options: font: monospace @@ -721,7 +714,6 @@ rows: width: full - collection: directus_collections field: sort_field - special: '' interface: field options: collectionField: collection From 9f5e31d6fe60c1ce10e5502e2cc954f4d9d5e3bf Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Fri, 4 Sep 2020 14:19:26 -0400 Subject: [PATCH 2/3] Bump version of schema inspector --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index d743ed2676..f8f33d7efc 100644 --- a/api/package.json +++ b/api/package.json @@ -94,7 +94,7 @@ "js-yaml": "^3.14.0", "jsonwebtoken": "^8.5.1", "knex": "^0.21.4", - "knex-schema-inspector": "0.0.9", + "knex-schema-inspector": "0.0.11", "liquidjs": "^9.14.1", "lodash": "^4.17.19", "macos-release": "^2.4.1", From 4bd923fd59e57a22cfda150a2b957f97a496d893 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Fri, 4 Sep 2020 14:29:44 -0400 Subject: [PATCH 3/3] Fix translations repeater on collection detail --- api/src/database/seeds/system.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/src/database/seeds/system.yaml b/api/src/database/seeds/system.yaml index 82a66e789a..e0be01d795 100644 --- a/api/src/database/seeds/system.yaml +++ b/api/src/database/seeds/system.yaml @@ -637,15 +637,17 @@ rows: template: '{{ locale }}' fields: - field: locale + name: Locale type: string - system: + meta: interface: language options: limit: true width: half - field: translation + name: Translation type: string - system: + meta: interface: text-input width: half locked: true