- cataloghi...
- fix: condividi su Telegram non funzionava errore sull'immagine
This commit is contained in:
@@ -1831,8 +1831,13 @@ export default defineComponent({
|
||||
editRecordBool.value = true
|
||||
} else {
|
||||
|
||||
let mymsgquestion = translate(col.askaction) + '?'
|
||||
if (col.action === lists.MenuAction.DELETE_RECTABLE) {
|
||||
mymsgquestion = 'Cancellare ' + tools.getNomeTabellaStrByTable(table, item) + '?';
|
||||
}
|
||||
|
||||
return $q.dialog({
|
||||
message: translate(col.askaction) + '?',
|
||||
message: mymsgquestion,
|
||||
html: true,
|
||||
ok: {
|
||||
label: ok,
|
||||
|
||||
Reference in New Issue
Block a user