Skip to content

Commit

Permalink
VACMS-17956: Adds virtual support to LH services push
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Apr 26, 2024
1 parent e0c1ce1 commit ded9f4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
18 changes: 13 additions & 5 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4745,10 +4745,6 @@
"GPL-2.0-or-later"
],
"authors": [
{
"name": "drupalspoons",
"homepage": "https://www.drupal.org/user/3647684"
},
{
"name": "moshe weitzman",
"homepage": "https://www.drupal.org/user/23"
Expand Down Expand Up @@ -4882,6 +4878,10 @@
"homepage": "https://www.drupal.org/u/realityloop",
"role": "Maintainer"
},
{
"name": "Junyor",
"homepage": "https://www.drupal.org/user/7006"
},
{
"name": "lhangea",
"homepage": "https://www.drupal.org/user/2743803"
Expand Down Expand Up @@ -11033,6 +11033,14 @@
"name": "Deciphered",
"homepage": "https://www.drupal.org/user/103796"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
},
{
"name": "kgatzby",
"homepage": "https://www.drupal.org/user/3601554"
},
{
"name": "michaellander",
"homepage": "https://www.drupal.org/user/636494"
Expand Down Expand Up @@ -11397,7 +11405,7 @@
"extra": {
"drupal": {
"version": "8.x-1.12",
"datestamp": "1696776683",
"datestamp": "1712319355",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ protected function getServiceLocations(): array {
$service_location->referral_required = $this->getReferralRequired();
$service_location->walk_ins_accepted = $location->get('field_office_visits')->value;
$service_location->online_scheduling_available = $this->getOnlineScheduling($location->get('field_online_scheduling_avail')->value ?? '');
$service_location->virtual_support = $location->get('field_virtual_support')->value ?? '';

$service_locations[] = $service_location;
}
Expand Down

0 comments on commit ded9f4c

Please sign in to comment.