Skip to content

Fix conditional for checking GCP service status when creating a new Cloud Account Environment

Overview

In a previous release, there was a conditional added to check for GCP service API status and show an error message. This conditional would show error messages for all services, even if only one of them was not enabled.

An additional if($status => false) has been added to only show the appropriate error messages.

New Features

  • Fix Cloud Account Environment create form to only show error messages for GCP services that are not enabled

Closes #148 (closed)

Edited by Jeff Martin

Merge request reports