|
From: <rob...@us...> - 2011-07-19 11:26:04
|
Revision: 15692
http://dcm4che.svn.sourceforge.net/dcm4che/?rev=15692&view=rev
Author: robertdavid
Date: 2011-07-19 11:25:57 +0000 (Tue, 19 Jul 2011)
Log Message:
-----------
[#WEB-413] Webconfig: Description of attribute 'emptyTrashInterval' is a copy of 'retention time'
Modified Paths:
--------------
dcm4chee/dcm4chee-web/trunk/dcm4chee-web-sar/dcm4chee-web-sar-webcfg/src/main/resources/META-INF/xmdesc/webcfg-xmbean.xml
Modified: dcm4chee/dcm4chee-web/trunk/dcm4chee-web-sar/dcm4chee-web-sar-webcfg/src/main/resources/META-INF/xmdesc/webcfg-xmbean.xml
===================================================================
--- dcm4chee/dcm4chee-web/trunk/dcm4chee-web-sar/dcm4chee-web-sar-webcfg/src/main/resources/META-INF/xmdesc/webcfg-xmbean.xml 2011-07-18 21:25:58 UTC (rev 15691)
+++ dcm4chee/dcm4chee-web/trunk/dcm4chee-web-sar/dcm4chee-web-sar-webcfg/src/main/resources/META-INF/xmdesc/webcfg-xmbean.xml 2011-07-19 11:25:57 UTC (rev 15692)
@@ -842,7 +842,7 @@
<attribute access="read-write"
getMethod="getTooOldLimit"
setMethod="setTooOldLimit">
- <description><![CDATA[The time limit it is possible to edit dicom objects.
+ <description><![CDATA[The time limit it is possible to edit dicom objects in the folder.
<br>Can be specified in weeks (##w) or days (##d).
<br>If set to NEVER the feature will not be used.
]]></description>
@@ -879,7 +879,7 @@
<attribute access="read-write"
getMethod="getEmptyTrashInterval"
setMethod="setEmptyTrashInterval">
- <description><![CDATA[Retention time for automized deletion of studies in trash.
+ <description><![CDATA[Time interval for checking if object in the trash are older than the retention time and executing the automized deletion eventually.
<br>Can be specified in weeks (##w) or days (##d).
<br>If set to NEVER the feature will not be used.
]]></description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|