# HG changeset patch # User Alain Mazy # Date 1739437321 -3600 # Node ID 24b170128857f605c6a1c6a85e36a6a9c3768458 # Parent a791ba035e39b5185665b996187b07bd15c73f5a /series/../study now also contain LastUpdate field diff -r a791ba035e39 -r 24b170128857 NEWS --- a/NEWS Wed Feb 12 14:34:05 2025 +0100 +++ b/NEWS Thu Feb 13 10:02:01 2025 +0100 @@ -10,14 +10,13 @@ * GET /instances/../file and sibbling ../attachments/../data routes now all accept a 'filename' GET argument. - - Maintenance ----------- * In the "ExtendedFind" mode, optimized "tools/find" when "StorageAccessMode" is set to "Never". * Fixed interpretation of returnUnsupportedImage in /preview route. +* GET /series/../study now also contain LastUpdate field (https://discourse.orthanc-server.org/t/lastupdate-coherency/5524) Version 1.12.6 (2025-01-22) diff -r a791ba035e39 -r 24b170128857 OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Wed Feb 12 14:34:05 2025 +0100 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Thu Feb 13 10:02:01 2025 +0100 @@ -156,7 +156,6 @@ ResourceFinder finder(level, responseContent, context.GetFindStorageAccessMode(), context.GetIndex().HasFindSupport()); finder.SetOrthancId(level, identifier); - finder.SetRetrieveMetadata(retrieveMetadata); return finder.ExecuteOneResource(target, context, format, retrieveMetadata); }