Fix Liste

This commit is contained in:
valentina 2024-06-13 13:02:22 +02:00
parent eb5f81173b
commit 87a742be05
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ switch (filter('op')) {
} else {
$lista = Lista::build($name);
if (Models\Locale::getDefault()->id == Models\Locale::getPredefined()->id) {
$lista->name = $descrizione;
$lista->name = $name;
}
$id_record = $lista->id;
$lista->setTranslation('title', $name);