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
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:
- 3246008-fix-bugs-on
changes, plain diff MR !478
Comments
Comment #2
TamakiFujino commentedComment #4
TamakiFujino commentedComment #5
yas@tamakifujino
Thank you for the fixes. It looks good, so I'll merge the patch to
4.xand close this issue as Fixed.Comment #8
yas