From 949f6dd40e749b272bdef1b039ffffb2fa5d8549 Mon Sep 17 00:00:00 2001 From: Mike McKay <mfmckay@wustl.edu> Date: Wed, 1 Jun 2016 14:19:43 -0500 Subject: [PATCH] XNAT-4310 Fixed bug that broke the AdminUI. ChecksumsPropertyChangedListener was incompletely removed. This and a change to XNAT complete the removal. --- .../resources/META-INF/xnat/spawner/site-admin-elements.yaml | 2 +- src/main/resources/config/site/siteConfiguration.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml b/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml index 23485629..c3971c66 100644 --- a/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml +++ b/src/main/resources/META-INF/xnat/spawner/site-admin-elements.yaml @@ -1170,7 +1170,7 @@ fileSystem: ${pipelinePath} ${zipExtensions} ${checksums} - ${checksumsPropertyChangedListener} +# ${checksumsPropertyChangedListener} misc: kind: panel.form diff --git a/src/main/resources/config/site/siteConfiguration.properties b/src/main/resources/config/site/siteConfiguration.properties index 28f57b9d..b9d0eb57 100644 --- a/src/main/resources/config/site/siteConfiguration.properties +++ b/src/main/resources/config/site/siteConfiguration.properties @@ -4,7 +4,7 @@ # of existing properties. For that, you should only modify site properties using the standard administrative # interface. checksums=true -checksums.property.changed.listener=org.nrg.xnat.utils.ChecksumsSiteConfigurationListener +#checksums.property.changed.listener=org.nrg.xnat.utils.ChecksumsSiteConfigurationListener showapplet=false enableDicomReceiver=true enableDicomReceiver.property.changed.listener=org.nrg.dcm.DicomSCPSiteConfigurationListener -- GitLab