Problem/Motivation
- Add an option to turn on/off SPA on the
admin/config/services/cloud/settingsconfiguration form.
| Comment | File | Size | Author |
|---|
Issue fork cloud-3356454
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:
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