comparison OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 4476:c1f36fd13730

migrate remaining links to issues in bitbucket to mercurial server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 18:25:52 +0100
parents 16392fe89ce0
children 0a2c9790cb41
comparison
equal deleted inserted replaced
4475:a24d2126efd2 4476:c1f36fd13730
3602 std::string dicom; 3602 std::string dicom;
3603 3603
3604 { 3604 {
3605 // Fix issue 168 (Plugins can't read private tags from the 3605 // Fix issue 168 (Plugins can't read private tags from the
3606 // configuration file) 3606 // configuration file)
3607 // https://bitbucket.org/sjodogne/orthanc/issues/168/ 3607 // https://bugs.orthanc-server.com/show_bug.cgi?id=168
3608 std::string privateCreator; 3608 std::string privateCreator;
3609 { 3609 {
3610 OrthancConfiguration::ReaderLock lock; 3610 OrthancConfiguration::ReaderLock lock;
3611 privateCreator = lock.GetConfiguration().GetDefaultPrivateCreator(); 3611 privateCreator = lock.GetConfiguration().GetDefaultPrivateCreator();
3612 } 3612 }
3791 3791
3792 if (tag.IsPrivate()) 3792 if (tag.IsPrivate())
3793 { 3793 {
3794 // Fix issue 168 (Plugins can't read private tags from the 3794 // Fix issue 168 (Plugins can't read private tags from the
3795 // configuration file) 3795 // configuration file)
3796 // https://bitbucket.org/sjodogne/orthanc/issues/168/ 3796 // https://bugs.orthanc-server.com/show_bug.cgi?id=168
3797 std::string privateCreator; 3797 std::string privateCreator;
3798 { 3798 {
3799 OrthancConfiguration::ReaderLock lock; 3799 OrthancConfiguration::ReaderLock lock;
3800 privateCreator = lock.GetConfiguration().GetDefaultPrivateCreator(); 3800 privateCreator = lock.GetConfiguration().GetDefaultPrivateCreator();
3801 } 3801 }