Loading modules/cloud_dashboard/src/Controller/CloudDashboardConfigController.php +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ class CloudDashboardConfigController extends ControllerBase { 'label' => 'Cloud Dashboard', ]); if (!empty($entities)) { return new JsonResponse(['id' => current($entities)->get('uuid')->value]); return new JsonResponse(['id' => current($entities)->get('client_id')->value]); } // If none of the above, return an error. Loading Loading
modules/cloud_dashboard/src/Controller/CloudDashboardConfigController.php +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ class CloudDashboardConfigController extends ControllerBase { 'label' => 'Cloud Dashboard', ]); if (!empty($entities)) { return new JsonResponse(['id' => current($entities)->get('uuid')->value]); return new JsonResponse(['id' => current($entities)->get('client_id')->value]); } // If none of the above, return an error. Loading