fix lista MySkill

Ver_0.2.3
This commit is contained in:
paoloar77
2022-02-14 16:53:39 +01:00
parent 056ef6f3ca
commit e7f65ceb16
20 changed files with 92 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.2"
APP_VERSION="0.2.4"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.2"
APP_VERSION="0.2.4"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="1"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.2"
APP_VERSION="0.2.4"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,8 +1,8 @@
const msg_website_enUs = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
pages: {
home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_es = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
pages: {
home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_fr = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
homepage: {
titlecontatti: 'CONTACTS',

View File

@@ -1,8 +1,8 @@
const msg_website_it = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'il Bot di InsiemeSuPuò',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'il Bot di InsiemeSiPuò',
},
products: {
quantity: 'Quantità',

View File

@@ -1,8 +1,8 @@
const msg_website_pt = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
pages: {
home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_si = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
pages: {
home: 'Domača stran',

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.2"
APP_VERSION="0.2.4"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="12"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -314,7 +314,7 @@
</template>
<template v-slot:item="props">
<div v-if="showType === costanti.SHOW_MYSKILL">
<div v-if="showType === costanti.SHOW_MYSKILL || (myvertical === costanti.VISUTABLE_LISTA && tablesel === 'myskills') ">
<CMySkill
:prop_myskill="props.row"
:visu="visufind"

View File

@@ -27,7 +27,7 @@
</q-item-label>
<q-item-label overline lines="1" style="text-align: right">
<span class="text-weight-bold">{{ myskill.username }}</span> -
<span v-for="(rec, ind) of myskill.mycities" :key="ind">{{ rec.comune }}</span>
<span v-for="(rec, ind) of myskill.mycities" :key="ind"><span v-if="ind > 0">, </span>{{ rec.comune }}</span>
</q-item-label>
</q-item-section>

View File

@@ -140,6 +140,54 @@ export default defineComponent({
'profile.qualifica': 1,
}
},
lookup3: {
lk_tab: 'skills',
lk_LF: 'idSkill',
lk_FF: '_id',
lk_as: 'recSkill',
af_objId_tab: '',
lk_proj: {
recSkill: 1,
sector: 1,
idSector: 1,
idSkill: 1,
idSubSkill: 1,
myskill: 1,
idStatusSkill: 1,
idContribType: 1,
idCity: 1,
numLevel: 1,
adType: 1,
photos: 1,
note: 1,
descr: 1,
date_created: 1,
date_updated: 1,
userId: 1,
username: 1,
name: 1,
surname: 1,
comune: 1,
mycities: 1,
'profile.img': 1,
'profile.qualifica': 1,
}
},
lookup4: {
lk_tab: 'subskills',
lk_LF: 'idSubSkill',
lk_FF: '_id',
lk_as: 'myskill',
af_objId_tab: '',
},
lookup5: {
lk_tab: 'cities',
lk_LF: 'idCity',
lk_FF: '_id',
lk_as: 'mycities',
af_objId_tab: '',
},
}
}

View File

@@ -1,8 +1,8 @@
const msg_website_enUs = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
pages: {
home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_es = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
pages: {
home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_fr = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
homepage: {
titlecontatti: 'CONTACTS',

View File

@@ -1,8 +1,8 @@
const msg_website_it = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'il Bot di InsiemeSuPuò',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'il Bot di InsiemeSiPuò',
},
products: {
quantity: 'Quantità',

View File

@@ -1,8 +1,8 @@
const msg_website_pt = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
pages: {
home: 'Home',

View File

@@ -1,8 +1,8 @@
const msg_website_si = {
ws: {
sitename: 'InsiemeSuPuò',
siteshortname: 'InsiemeSuPuò',
botname: 'InsiemeSuPuò BOT',
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
botname: 'InsiemeSiPuò BOT',
},
pages: {
home: 'Domača stran',

View File

@@ -570,7 +570,7 @@ export const colmySkills = [
jointable: 'skills',
filter_table: 'sectors',
filter_field: 'idSector',
noshowlabel: false,
noshowlabel: true,
icon: 'engineering',
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView,
allowNewValue: true,
@@ -583,7 +583,7 @@ export const colmySkills = [
jointable: 'subskills',
filter_table: 'skills',
filter_field: 'idSkill',
noshowlabel: false,
noshowlabel: true,
icon: 'far fa-id-card',
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
allowNewValue: true,