From b5b7967eb7cccec3425a2ad596e1042684d9325a Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Thu, 5 Aug 2021 01:23:45 +0200 Subject: [PATCH] Aircraft Airport ICAO instead of Name field --- models/aircraft/fields.yaml | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/models/aircraft/fields.yaml b/models/aircraft/fields.yaml index 4592f2a..2728125 100644 --- a/models/aircraft/fields.yaml +++ b/models/aircraft/fields.yaml @@ -18,7 +18,7 @@ fields: type: text home_airport: label: 'germanairlinesva.fleet::lang.aircrafts.home_base' - nameFrom: name + nameFrom: icao descriptionFrom: description span: auto required: 1 diff --git a/yarn.lock b/yarn.lock index afc768a..df5d0a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -41,9 +41,9 @@ p-defer@^1.0.0: resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= -"php-parser@git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1": +"php-parser@https://github.com/glayzzle/php-parser#e61e26102144f267ecf5e09020865a9baa6ca2f1": version "3.0.2" - resolved "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1" + resolved "https://github.com/glayzzle/php-parser#e61e26102144f267ecf5e09020865a9baa6ca2f1" prettier@^2.3.0: version "2.3.2"