# HG changeset patch # User Sebastien Jodogne # Date 1443440975 -7200 # Node ID 69f7822ee254a32171aef6e7dbeb30474cac23da # Parent da799f767e5d0638b8a73703c0c18a6a26f1ce47 fix diff -r da799f767e5d -r 69f7822ee254 OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp --- a/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp Thu Sep 24 16:01:09 2015 +0200 +++ b/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp Mon Sep 28 13:49:35 2015 +0200 @@ -365,8 +365,6 @@ static void ModifyInstance(RestApiPostCall& call) { - throw OrthancException(ErrorCode_CannotStoreInstance); - DicomModification modification; modification.SetAllowManualIdentifiers(true);