You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2021/02/10 08:12:48 UTC

[incubator-datalab] branch develop updated: [DATALAB-2283]: Fixed SSN deployment fails (#1069)

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new e73b341  [DATALAB-2283]: Fixed SSN deployment fails (#1069)
e73b341 is described below

commit e73b34129b986111f3cd7ac01a5a526b02d3a212
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Wed Feb 10 10:12:43 2021 +0200

    [DATALAB-2283]: Fixed SSN deployment fails (#1069)
    
     [DATALAB-2283]: Fixed SSN deployment fails
---
 .../resources/webapp/src/app/core/services/configutration.service.ts    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/core/services/configutration.service.ts b/services/self-service/src/main/resources/webapp/src/app/core/services/configutration.service.ts
index 8d4a836..99f012d 100644
--- a/services/self-service/src/main/resources/webapp/src/app/core/services/configutration.service.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/core/services/configutration.service.ts
@@ -50,7 +50,7 @@ export class ConfigurationService {
         catchError(ErrorUtils.handleServiceError));
   }
 
-  public restartServices(self: string, prov: string, billing: string): Observable<{}> {
+  public restartServices(self: boolean, prov: boolean, billing: boolean): Observable<{}> {
     const queryString = `?billing=${billing}&provserv=${prov}&ui=${self}`;
     return this.applicationServiceFacade
       .buildRestartServices(queryString)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org