jigish.addweb created an issue. See original summary.
@jigishaddwewb
Thank you for adding the Cloud Service Provider ID columns. I tested the patch --- could you please add ascending sorting order to all those columns?
Thanks
@yas
I added ascending sorting order to all cloud service provider column in all k8s views.
Please review the updated patch.
@jigishaddweb
Thank you for the update. I tested the patch and it looks good to me now.
+++ b/modules/cloud_service_providers/k8s/k8s.install @@ -2133,6 +2133,44 @@ function k8s_update_8292() { +function k8s_update_8293() {
Could you please add drupal_flush_all_caches(); at the end of this hook_update_N() function?
drupal_flush_all_caches();
hook_update_N()
I added drupal_flush_all_caches(); in hook_update_N() function.
Please review the new patch file.
Thank you for the update. it looks good to me. I'll merge the patch to 8.x-1.x, 8.x-2.x and 3.x and close this issue as Fixed.
8.x-1.x
8.x-2.x
3.x
Fixed
Issue #3168002 by jigish.addweb, yas: Add Cloud service provider column...
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
jigish.addweb commentedComment #3
jigish.addweb commentedComment #4
jigish.addweb commentedComment #5
jigish.addweb commentedComment #6
jigish.addweb commentedComment #7
yas@jigishaddwewb
Thank you for adding the Cloud Service Provider ID columns. I tested the patch --- could you please add ascending sorting order to all those columns?
Thanks
Comment #8
jigish.addweb commentedComment #9
jigish.addweb commented@yas
I added ascending sorting order to all cloud service provider column in all k8s views.
Please review the updated patch.
Thanks
Comment #10
yas@jigishaddweb
Thank you for the update. I tested the patch and it looks good to me now.
Could you please add
drupal_flush_all_caches();at the end of thishook_update_N()function?Comment #11
jigish.addweb commented@yas
I added
drupal_flush_all_caches();inhook_update_N()function.Please review the new patch file.
Thanks
Comment #12
yas@jigishaddweb
Thank you for the update. it looks good to me. I'll merge the patch to
8.x-1.x,8.x-2.xand3.xand close this issue asFixed.Comment #16
yasComment #17
yas