Webdav always shows the create date #581

This commit is contained in:
Karel Picman 2016-11-02 15:07:08 +01:00
parent 538371e316
commit 47084814b5

View File

@ -157,8 +157,8 @@ module RedmineDmsf
def last_modified
if folder
folder.updated_at
elsif file
file.updated_at
elsif file && file.last_revision
file.last_revision.updated_at
else
NotFound
end