Closed (fixed)
Project:
Cloud
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Dec 2020 at 22:17 UTC
Updated:
18 Dec 2020 at 01:54 UTC
Jump to comment: Most recent, Most recent file
When deleting a multiple cloud service providers that include K8s and AWS, there is an 500 error when trying to delete K8s cloud service provider.
Drupal\Core\Entity\EntityStorageException: Cannot load cloud service provider plugin: <em class="placeholder">k8s</em> (CloudConfig::$cloudContext) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->delete() (line 794 of /var/www/cloud_orchestrator/docroot/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 41-2.patch | 1.45 KB | baldwinlouie |
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
Comment #3
baldwinlouie commentedAttaching patch for unit testing.
Comment #4
baldwinlouie commentedComment #6
baldwinlouie commentedUpdating patch file to fix unit testing.
Comment #7
yas@baldwinlouie
Thank you for fixing the issue. It looks good to me. I'll merge the patch to
8.x-2.xand3.xand close this issue asFixed.Comment #10
yas