From 16d7ce6d03c7ed8cb036bb1a2123df72f76b79fe Mon Sep 17 00:00:00 2001 From: naomi Date: Thu, 11 Nov 2021 15:28:30 +0000 Subject: [PATCH] Added notes field to training --- composer.lock | 4 ++-- .../core.entity_form_display.oc_case.training.default.yml | 8 ++++++++ .../core.entity_view_display.oc_case.training.default.yml | 7 +++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 7accdc6..1e1c64c 100644 --- a/composer.lock +++ b/composer.lock @@ -94,7 +94,7 @@ "source": { "type": "git", "url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git", - "reference": "8cde0b88926e66c1cfb3aa72d2b7ba5ac687ee56" + "reference": "de691b5a52c76674a9e86367b9b248b80d3a8543" }, "require": { "composer/installers": "*", @@ -111,7 +111,7 @@ "email": "helo@autonomic.zone" } ], - "time": "2021-11-11T14:35:45+00:00" + "time": "2021-11-11T15:27:25+00:00" }, { "name": "bjeavons/zxcvbn-php", diff --git a/config/core.entity_form_display.oc_case.training.default.yml b/config/core.entity_form_display.oc_case.training.default.yml index c9e245e..0ad772c 100644 --- a/config/core.entity_form_display.oc_case.training.default.yml +++ b/config/core.entity_form_display.oc_case.training.default.yml @@ -93,6 +93,14 @@ content: progress_indicator: throbber region: content third_party_settings: { } + notes: + type: string_textarea + weight: 10 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } status: type: boolean_checkbox weight: 9 diff --git a/config/core.entity_view_display.oc_case.training.default.yml b/config/core.entity_view_display.oc_case.training.default.yml index 194fd14..ceb9932 100644 --- a/config/core.entity_view_display.oc_case.training.default.yml +++ b/config/core.entity_view_display.oc_case.training.default.yml @@ -150,6 +150,13 @@ content: weight: 9 third_party_settings: { } type: file_default + notes: + type: basic_string + weight: 14 + region: content + label: above + settings: { } + third_party_settings: { } trainers: weight: 10 region: content