Mercurial > hg > orthanc
changeset 7066:93188f55b5a3 streaming
integration mainline->streaming
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 12 Aug 2026 10:06:48 +0200 |
| parents | 2683ca49dfea (current diff) 70385d63b1d7 (diff) |
| children | b808c2f5bb0d |
| files | OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp |
| diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Wed Aug 12 10:01:49 2026 +0200 +++ b/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Wed Aug 12 10:06:48 2026 +0200 @@ -1668,7 +1668,7 @@ case JobState_Success: case JobState_Failure: - // not counted since 1.12.11+ + // not counted since 1.13.0 break; default:
--- a/OrthancServer/Sources/OrthancFindRequestHandler.cpp Wed Aug 12 10:01:49 2026 +0200 +++ b/OrthancServer/Sources/OrthancFindRequestHandler.cpp Wed Aug 12 10:06:48 2026 +0200 @@ -408,8 +408,9 @@ continue; } - if (tag.IsPrivateCreator()) // new in 1.12.11+: don't try to match PrivateCreators themselves (they are not mandatory); match only the private tags + if (tag.IsPrivateCreator()) { + // New in 1.13.0: Don't try to match PrivateCreators themselves (they are not mandatory); match only the private tags continue; }
