Closed (fixed)
Project:
Cloud
Version:
6.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
26 Apr 2023 at 03:27 UTC
Updated:
10 May 2023 at 23:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
baldwinlouie commented@yas, this patch adds support for toggling the SPA on/off. Since we don't specify
drupal/simple_oauthin the Cloud module'scomposer.jsonanymore, I'm doing a check to make sure that module is available before toggling SPA on.The reason is that if
cloud_dashboardis not enabled in an installation, I will enable it and setup the simple_oauth consumer. If drupal/simple_oauth is not available, we will encounter an error. This could happen if a user downloads cloud module without using the Cloud Orchestrator distribution.For now, you still need to manually compile the SPA before this works. I will check in a compiled SPA once we fix the issues identified for it.

Comment #4
yas@baldwinlouie
Thank you for the patch. It looks good. I posted my comments. Thanks!
Comment #5
baldwinlouie commented@yas, please review the updated patch.
Comment #6
yas@baldwinlouie
Thank you for the update. Can you please fix the coding standard error?
https://www.drupal.org/pift-ci-job/2652496
Thanks
Comment #7
baldwinlouie commented@yas, the coding standard is fixed.
Comment #8
yas@baldwinlouie
Thank you for the update. I'll merge the patch to
5.xand6.x, and close this issue as Fixed.Comment #11
yasComment #12
yas@baldwinlouie
Sorry, I found the following coding standard violation. Can you please create a hotfix? Thanks!
Comment #14
baldwinlouie commented@yas please review the hotfix.
Comment #15
yas@baldwinlouie
Thank you for the hotfix. I'll merge the patch to
5.xand6.x, and close this issue as Fixed.Comment #18
yas