Fix minore
This commit is contained in:
parent
4cd7fa2ba6
commit
01229641c4
|
@ -54,7 +54,7 @@ switch (filter('op')) {
|
||||||
$query = html_entity_decode($query);
|
$query = html_entity_decode($query);
|
||||||
}
|
}
|
||||||
|
|
||||||
$lista_new = Lista::where('id', '=', (new Lista())->getByField('title', $name))->orWhere('name', $name)->where('id', '!=', $id_record)->first();
|
$lista_new = Lista::where('id', '=', (new Lista())->getByField('title', $name))->where('id', '!=', $id_record)->first();
|
||||||
|
|
||||||
if (!empty($lista_new)) {
|
if (!empty($lista_new)) {
|
||||||
flash()->error(tr('Esiste già una lista con questo nome.'));
|
flash()->error(tr('Esiste già una lista con questo nome.'));
|
||||||
|
|
Loading…
Reference in New Issue