Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions idc-assets/app-config-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ window.config = {
staticWado: true,
singlepart: 'bulkdata,video',
omitQuotationForMultipartRequest: true,
/** If true RT does not work */
bulkDataURI: {
enabled: false,
},
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion platform/app/public/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading