si el post ya tiene fecha, no cambiarla
This commit is contained in:
parent
f5834b5c1b
commit
64b59bfc4d
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@ class MetadataDocumentDate < MetadataTemplate
|
|||
end
|
||||
|
||||
def value_from_document
|
||||
return nil unless document.path
|
||||
|
||||
document.date
|
||||
end
|
||||
|
||||
|
@ -42,7 +44,7 @@ class MetadataDocumentDate < MetadataTemplate
|
|||
value_from_document || default_value
|
||||
end
|
||||
else
|
||||
value_from_document || default_value
|
||||
self[:value] || value_from_document || default_value
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue