Skip to content

Commit

Permalink
UI Config: Search for DICOM Tags broken #2632
Browse files Browse the repository at this point in the history
  • Loading branch information
shral committed Jun 18, 2020
1 parent c965a04 commit 69ee1aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dcm4chee-arc-ui2/src/app/constants/dcm4che-dict-names.js
Expand Up @@ -38,8 +38,11 @@ DCM4CHE.elementName = (function (dictionary) {
return value;
}
}
if(tag === "all"){
return dictionary;
}
return undefined;
}
};
return {
addDictionary: function (dictionary) {
tables.push(dictionary);
Expand Down

0 comments on commit 69ee1aa

Please sign in to comment.