Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-19805: Adds new statuses #19881

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading