- aggiornato l'Editor HTML
This commit is contained in:
@@ -578,7 +578,7 @@ export default defineComponent({
|
||||
if (table === shared_consts.TABLES_MYSKILLS) {
|
||||
const recSector = searchList.value.find((rec) => rec.table === 'sectors')
|
||||
if (recSector) {
|
||||
tools.setCookie(tools.COOK_SEARCH + costanti.FILTER_SEP + mytable.value + costanti.FILTER_SEP + table + costanti.FILTER_SEP + recSector.value, newval)
|
||||
tools.setCookie(tools.COOK_SEARCH + costanti.FILTER_SEP + mytable.value + costanti.FILTER_SEP + table + costanti.FILTER_SEP + recSector.value, newval)
|
||||
}
|
||||
} else if (table === toolsext.TABSECTORS) {
|
||||
setCategBySector(shared_consts.TABLES_MYSKILLS, table, newval)
|
||||
@@ -1424,6 +1424,7 @@ export default defineComponent({
|
||||
return pagination.value.rowsNumber
|
||||
}
|
||||
|
||||
|
||||
function createNewRecordDialog() {
|
||||
|
||||
const mydata: any = {
|
||||
|
||||
@@ -162,7 +162,9 @@
|
||||
{{
|
||||
tools.isEntrataByRecMov(row)
|
||||
? t('movement.movin')
|
||||
: (tools.isUscitaByRecMov(row) ? t('movement.movout') : '')
|
||||
: tools.isUscitaByRecMov(row)
|
||||
? t('movement.movout')
|
||||
: ''
|
||||
}}
|
||||
</q-toolbar-title>
|
||||
</q-toolbar>
|
||||
|
||||
Reference in New Issue
Block a user