mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 08:06:23 +00:00
fix: el titulo siempre se actualiza #16669
This commit is contained in:
parent
bd3df6c186
commit
100df4b157
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ class MetadataTitle < MetadataString
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Siempre recalcular el título
|
||||||
|
def value
|
||||||
|
self[:value] = default_value
|
||||||
|
end
|
||||||
|
|
||||||
# Obtener todos los valores de texto del artículo y generar un título
|
# Obtener todos los valores de texto del artículo y generar un título
|
||||||
# en base a eso.
|
# en base a eso.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue