<module>_add_default_icon
cloud_add_default_icon
yas created an issue. See original summary.
@yas, This patch looks good!
@yas, sorry, I found an issue with the patch. Please take a look at the comments below,
+++ b/modules/cloud_service_providers/aws_cloud/aws_cloud.install @@ -23,7 +22,7 @@ use Drupal\field\Entity\FieldStorageConfig; + cloud_add_default_icon();
The function call is missing the $module parameter
+++ b/modules/cloud_service_providers/aws_cloud/aws_cloud.install @@ -1772,7 +1747,7 @@ function aws_cloud_update_8193() { + cloud_add_default_icon();
+++ b/modules/cloud_service_providers/k8s/k8s.install @@ -14,7 +13,7 @@ use Drupal\Core\Field\FieldStorageDefinitionInterface; + cloud_add_default_icon();
+++ b/modules/cloud_service_providers/k8s/k8s.install @@ -989,7 +988,7 @@ function k8s_update_8241() { + cloud_add_default_icon();
+++ b/modules/cloud_service_providers/openstack/openstack.install @@ -12,7 +12,7 @@ use Drupal\Core\File\FileSystemInterface; + cloud_add_default_icon();
@baldwinlouie
Thank you so much for your review. I just updated the patch. Could you please review it again?
@yas, Thank you for the patch. This looks good.
Thank you for your review. I'll merge the patch to 8.x-1.x and 8.x-2.x and close this issue as Fixed.
8.x-1.x
8.x-2.x
Fixed
Issue #3120163 by yas, baldwinlouie: Refactor <module>_add_default_icon...
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
yasComment #3
yasComment #4
baldwinlouie commented@yas, This patch looks good!
Comment #5
baldwinlouie commentedComment #6
baldwinlouie commented@yas, sorry, I found an issue with the patch. Please take a look at the comments below,
The function call is missing the $module parameter
The function call is missing the $module parameter
The function call is missing the $module parameter
The function call is missing the $module parameter
The function call is missing the $module parameter
Comment #7
yas@baldwinlouie
Thank you so much for your review. I just updated the patch. Could you please review it again?
Comment #8
baldwinlouie commented@yas, Thank you for the patch. This looks good.
Comment #9
yas@baldwinlouie
Thank you for your review. I'll merge the patch to
8.x-1.xand8.x-2.xand close this issue asFixed.Comment #12
yas