Problem/Motivation

Acceptance Criteria:

Fix bugs on hook_update_N()

Remove this line:
https://git.drupalcode.org/project/cloud/-/blob/4.x/modules/cloud_servic...

Remove white space before the end of the quote ('... yml ' → '...yml'):
https://git.drupalcode.org/project/cloud/-/blob/4.x/modules/cloud_servic...

This should be:

BEFORE:

 $files = [
    'field.field.cloud_launch_template.aws_cloud.field_image_id.yml ',
  ]; 

AFTER:

 $files = [
    'field.field.cloud_launch_template.aws_cloud.field_image_id.yml',
  ];

Issue fork cloud-3246008

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

TamakiFujino created an issue. See original summary.

TamakiFujino’s picture

Issue summary: View changes

TamakiFujino’s picture

Status: Active » Needs review
yas’s picture

Status: Needs review » Reviewed & tested by the community

@tamakifujino

Thank you for the fixes. It looks good, so I'll merge the patch to 4.x and close this issue as Fixed.

  • yas committed 0367b5a on 4.x authored by TamakiFujino
    Issue #3246008 by TamakiFujino, yas: Fix bugs on hook_update_N()
    

yas’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.