diff --git a/idc-assets/app-config-template.js b/idc-assets/app-config-template.js index 7deb9a61ae7..d86a9dd9bab 100644 --- a/idc-assets/app-config-template.js +++ b/idc-assets/app-config-template.js @@ -89,6 +89,10 @@ window.config = { staticWado: true, singlepart: 'bulkdata,video', omitQuotationForMultipartRequest: true, + /** If true RT does not work */ + bulkDataURI: { + enabled: false, + }, }, }, ], diff --git a/platform/app/public/config/default.js b/platform/app/public/config/default.js index 219e92e12f8..3c906b2ce10 100644 --- a/platform/app/public/config/default.js +++ b/platform/app/public/config/default.js @@ -174,7 +174,7 @@ window.config = { // and in case of relative path, what would it be relative to, options // are in the series level or study level (some servers like series some study) bulkDataURI: { - enabled: true, + enabled: false, relativeResolution: 'studies', }, omitQuotationForMultipartRequest: true,