This is an automated email from the ASF dual-hosted git repository.
hshpak pushed a commit to branch
feat/DATALAB-3008/support-autocomplete-for-sharing-dialog
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to
refs/heads/feat/DATALAB-3008/support-autocomplete-for-sharing-dialog by this
push:
new 42d11b2a6 minor changes
42d11b2a6 is described below
commit 42d11b2a6de607b7ef73bf8c859bcacbb67c3068
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Tue Sep 20 15:03:42 2022 +0300
minor changes
---
.../src/app/core/services/user-images-page.service.ts | 3 ++-
.../share-dialog/share-dialog.component.html | 2 +-
.../share-dialog/share-dialog.service.ts | 19 +++++++++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)
diff --git
a/services/self-service/src/main/resources/webapp/src/app/core/services/user-images-page.service.ts
b/services/self-service/src/main/resources/webapp/src/app/core/services/user-images-page.service.ts
index 919af15a6..fe41b1483 100644
---
a/services/self-service/src/main/resources/webapp/src/app/core/services/user-images-page.service.ts
+++
b/services/self-service/src/main/resources/webapp/src/app/core/services/user-images-page.service.ts
@@ -27,7 +27,8 @@ import {
ImageActionType,
ImageFilterFormValue,
ProjectImagesInfo,
- ImageParams, URL_Chunk
+ ImageParams,
+ URL_Chunk
} from '../../resources/images';
import { ShareDialogData, UserData } from
'../../resources/exploratory/image-action-dialog/image-action.model';
diff --git
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.html
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.html
index e91d48890..ac237d1ba 100644
---
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.html
+++
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.html
@@ -23,7 +23,7 @@
[isShareBtnDisabled]="!isShareBtnDisabled"
>
-<!-- Component subscription-->
+<!-- Component subscriptions-->
<ng-container *ngIf="(getUserListDataSubscription$ | async)"></ng-container>
<ng-container *ngIf="(getUserListDataOnChangeSubscription$ |
async)"></ng-container>
<ng-container *ngIf="(onInputSubscription$ | async)"></ng-container>
diff --git
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.service.ts
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.service.ts
index 40a8aabf4..d2b2ebb47 100644
---
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.service.ts
+++
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.service.ts
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
import { Injectable } from '@angular/core';
import { BehaviorSubject, EMPTY, Observable } from 'rxjs';
import { take, tap } from 'rxjs/operators';
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]