Mercurial > hg > orthanc
diff OrthancServer/OrthancMoveRequestHandler.cpp @ 1763:f7014cca73c7
integration db-changes->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 29 Oct 2015 12:45:20 +0100 |
parents | b3de74dec2d5 |
children | 4f01c9d73f02 |
line wrap: on
line diff
--- a/OrthancServer/OrthancMoveRequestHandler.cpp Fri Oct 23 17:04:22 2015 +0200 +++ b/OrthancServer/OrthancMoveRequestHandler.cpp Thu Oct 29 12:45:20 2015 +0100 @@ -148,7 +148,7 @@ const std::string& content = value.GetContent(); std::list<std::string> ids; - context_.GetIndex().LookupIdentifier(ids, tag, content, level); + context_.GetIndex().LookupIdentifierExact(ids, level, tag, content); if (ids.size() != 1) {