Skip to content

Commit

Permalink
VACMS-19805: Adds new statuses (#19881)
Browse files Browse the repository at this point in the history
* VACMS-19805: Adds new statuses

* VACMS-19805: Brings Vet Center - Outstation in line with other facilities

* Revert "VACMS-19805: Brings Vet Center - Outstation in line with other facilities"

This reverts commit 1f15486.

* VACMS-19805: Removes non-relevant change

* VACMS-19805: Aligning more info label and help

* VACMS-19805: Reverts changes to VBA

* VACMS-19805: Updates operating status more info to match others.
  • Loading branch information
omahane authored Nov 20, 2024
1 parent 470044c commit 5edfefe
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.node.field_operating_status_more_info
- node.type.nca_facility
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.nca_facility.field_operating_status_more_info
field_name: field_operating_status_more_info
entity_type: node
bundle: nca_facility
label: 'Operating status - more info'
description: "Up to 300 characters to provide additional information about the facility's operating status. "
label: Details
description: 'Add relevant details about how this status will impact Veterans and visitors.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ id: node.vet_center.field_operating_status_more_info
field_name: field_operating_status_more_info
entity_type: node
bundle: vet_center
label: 'Operating status - more info'
description: "Up to 300 characters to provide additional information about the facility's operating status. "
label: Details
description: 'Add relevant details about how this status will impact Veterans and visitors.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.node.field_operating_status_more_info
- node.type.vet_center_cap
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.vet_center_cap.field_operating_status_more_info
field_name: field_operating_status_more_info
entity_type: node
bundle: vet_center_cap
label: 'Operating status - more info'
description: "Up to 300 characters to provide additional information about the facility's operating status."
label: Details
description: 'Add relevant details about how this status will impact Veterans and visitors.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ label: 'Operating status'
description: ''
required: true
translatable: false
default_value: { }
default_value:
-
value: normal
default_value_callback: ''
settings: { }
field_type: list_string
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.node.field_operating_status_more_info
- node.type.vet_center_outstation
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.vet_center_outstation.field_operating_status_more_info
field_name: field_operating_status_more_info
entity_type: node
bundle: vet_center_outstation
label: 'Operating status more info'
description: ''
label: Details
description: 'Add relevant details about how this status will impact Veterans and visitors.'
required: false
translatable: false
default_value: { }
Expand Down
18 changes: 15 additions & 3 deletions config/sync/field.storage.node.field_operating_status_facility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,27 @@ settings:
-
value: normal
label: 'Normal services and hours'
-
value: notice
label: 'Facility notice'
-
value: limited
label: 'Limited services and hours'
-
value: closed
label: 'Facility closed'
-
value: temporary_closure
label: 'Temporary facility closure'
-
value: temporary_location
label: 'Temporary location'
-
value: virtual_care
label: 'Virtual care only'
-
value: coming_soon
label: 'Coming soon'
-
value: notice
label: 'Facility notice'
allowed_values_function: ''
module: options
locked: false
Expand Down

0 comments on commit 5edfefe

Please sign in to comment.