Webdav always shows the create date #581
This commit is contained in:
parent
538371e316
commit
47084814b5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user