Skip to content

Commit

Permalink
OCLOMRS-1044:Bug Fix: Pick Concepts from Source and Dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jwamalwa committed Oct 13, 2021
1 parent fc208e8 commit bf1d1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/dictionaries/redux/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export const recursivelyAddConceptsToDictionaryAction = (
}

if (!concept.hasOwnProperty("source_url") || !!!concept.source_url) {
concept.source_url = concept.url.split("/", 5).join("/") + "/";
return{...concept,source_url: concept.url.split("/", 5).join("/") + "/"}
}

return concept;
Expand Down

0 comments on commit bf1d1fd

Please sign in to comment.