This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch custos-integration
in repository https://gitbox.apache.org/repos/asf/airavata-data-catalog.git
The following commit(s) were added to refs/heads/custos-integration by this
push:
new 0e958f2 Return name of data product sharing view in Custos impl
0e958f2 is described below
commit 0e958f25ef6bb79e9aab109a39a5a65dd344a8b0
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Apr 3 09:32:30 2023 -0400
Return name of data product sharing view in Custos impl
For #12
---
.../org/apache/airavata/datacatalog/api/sharing/SharingManagerImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/data-catalog-api/server/src/main/java/org/apache/airavata/datacatalog/api/sharing/SharingManagerImpl.java
b/data-catalog-api/server/src/main/java/org/apache/airavata/datacatalog/api/sharing/SharingManagerImpl.java
index 0654c1d..bd7118d 100644
---
a/data-catalog-api/server/src/main/java/org/apache/airavata/datacatalog/api/sharing/SharingManagerImpl.java
+++
b/data-catalog-api/server/src/main/java/org/apache/airavata/datacatalog/api/sharing/SharingManagerImpl.java
@@ -107,7 +107,7 @@ public class SharingManagerImpl implements SharingManager {
@Override
public String getDataProductSharingView() {
- return null;
+ return "data_catalog.custos_data_product_sharing_view";
}
@Override