Mercurial > hg > orthanc
changeset 7065:70385d63b1d7
1.12.11+ is now known as 1.13.0
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 12 Aug 2026 10:06:31 +0200 |
| parents | 2bcbb14bd94d |
| children | 93188f55b5a3 c5e5774720fc |
| files | OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp OrthancServer/Sources/OrthancFindRequestHandler.cpp |
| diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Wed Aug 12 09:51:40 2026 +0200 +++ b/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Wed Aug 12 10:06:31 2026 +0200 @@ -1666,7 +1666,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 09:51:40 2026 +0200 +++ b/OrthancServer/Sources/OrthancFindRequestHandler.cpp Wed Aug 12 10:06:31 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; }
