dcm4che / dcm4chee-arc-light

DICOM Archive J2EE application
429 stars 234 forks source link

UI: Monitoring / Storage commitments -> Flush Before fails with 400 Bad Request #4261

Open gunterze opened 8 months ago

gunterze commented 8 months ago

UI: Monitoring / Storage commitments -> Flush Before fails with 400 Bad Request, caused by missing dashes in value of Query Parameter updatedBefore, invoking DELETE dcm4chee-arc/stgcmt

See also no need for modal window to enter the date value - why not including the date field directly in the Storage commitments Tab?

vrindanayak commented 8 months ago

See also no need for modal window to enter the date value - why not including the date field directly in the Storage commitments Tab?

updatedBefore query filter is used only for Delete Storage Commitment Results service and not for List Storage Commitment Results service. Including the filter directly in the Tab would be misleading to the user on using SUBMIT - with the filter being unused and redundant in this case.