Skip to content

Commit

Permalink
Upload bulkdata on Study level : Using Edit Attributes and then uploa…
Browse files Browse the repository at this point in the history
…ding the file sends incorrect attribute values in request payload #2794
  • Loading branch information
shral committed Oct 6, 2020
1 parent 6c437c3 commit 112952e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export class UploadFilesComponent implements OnInit {
]
};
}else{
studyObject["00200011"] = { // "00200011":$localize `:@@upload-files.series_number:Series Number`
studyObject["00200011"] = studyObject["00200011"] || { // "00200011":$localize `:@@upload-files.series_number:Series Number`
"vr": "IS",
"Value": [
this.seriesNumber || 0
Expand Down

0 comments on commit 112952e

Please sign in to comment.