Skip to content

Commit fd97322

Browse files
authored
Merge pull request #117 from narendran1560/topic-release
(RP-1483) S3 and Project Storage remove "Upload" button in the produc…
2 parents 6f19c95 + 978ad49 commit fd97322

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

config/settings-config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
{
8585
"action": "Unshare",
8686
"imageUrl": "../../assets/images/unshare@2x.png"
87-
},
88-
{
89-
"action": "Upload",
90-
"imageUrl": "../../assets/images/cloud-computing@2x.png"
9187
}
9288
]
9389
},

dump/configs.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@
345345
"ownCatalogWithTagLink" : "https://researchgateway.readthedocs.io/en/latest/",
346346
"isProductDailyCostMigration_v1_13_0_Required" : true,
347347
"projectStorage" : "https://researchgateway.readthedocs.io/en/latest/GettingStarted.html#project-storage"
348-
}
348+
},
349+
"studySelectionCount" : 2
349350
},
350351
{
351352
"_id" : {
@@ -394,5 +395,18 @@
394395
"pipeline_git_url": "https://github.com/gatk-workflows/gatk4-basic-joint-genotyping.git"
395396
}
396397
]
397-
}
398+
},
399+
{
400+
"key" : "study",
401+
"message" : "This config help us to configure the external studies in the product launch form",
402+
"value" : {
403+
"productList" : [
404+
"ec2",
405+
"rstudio",
406+
"nextflow",
407+
"cromwell"
408+
]
409+
},
410+
"studySelectionCount" : 4
411+
}
398412
]

0 commit comments

Comments
 (0)