Commit 10502fd7 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3266876 by yas: Fix an internal Server Error: TypeError:...

Issue #3266876 by yas: Fix an internal Server Error: TypeError: Drupal\aws_cloud\Service\Ec2\Ec2OperationsService::editInstanceBeforeSave(): Argument #2 ($termination_timestamp) must be of type ?int, Drupal\Core\Datetime\DrupalDateTime given
parent c16a3e70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -642,7 +642,7 @@ class InstanceEditForm extends AwsCloudContentForm {
    $entity = $this->entity;

    $termination_timestamp = !empty($form_state->getValue('termination_timestamp')[0]['value'])
      ? $form_state->getValue('termination_timestamp')[0]['value']
      ? $form_state->getValue('termination_timestamp')[0]['value']->getTimeStamp()
      : NULL;

    $this->ec2OperationsService->editInstanceBeforeSave(