Creare Visualizzazione Nuova della scheda della MySkill (Bacheca)

This commit is contained in:
paoloar77
2022-02-14 15:38:23 +01:00
parent cac35f9243
commit 7249886e8f
24 changed files with 164 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ export const costanti = {
SHOW_USERINFO: 1,
SHOW_GROUPINFO: 5,
SHOW_MYSKILL: 10,
BINARY_CHECK: 1,

View File

@@ -570,7 +570,7 @@ export const colmySkills = [
jointable: 'skills',
filter_table: 'sectors',
filter_field: 'idSector',
noshowlabel: true,
noshowlabel: false,
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: true,
noshowlabel: false,
icon: 'far fa-id-card',
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
allowNewValue: true,
@@ -595,7 +595,7 @@ export const colmySkills = [
required: false,
jointable: 'levels',
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
noshowlabel: true,
noshowlabel: false,
icon: 'grading',
}),
AddCol({
@@ -604,7 +604,7 @@ export const colmySkills = [
fieldtype: costanti.FieldType.multiselect,
jointable: 'statusSkills',
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
noshowlabel: true,
noshowlabel: false,
icon: 'mood',
}),
AddCol({
@@ -613,7 +613,7 @@ export const colmySkills = [
fieldtype: costanti.FieldType.multiselect,
jointable: 'contribtypes',
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
noshowlabel: true,
noshowlabel: false,
icon: 'currency_exchange',
//icon: 'fas fa-hands-helping',
}),

View File

@@ -102,7 +102,6 @@ export const tools = {
'lime',
'orange',
'deeporange',
'grey',
'blue-gray',
'yellow',
],

View File

@@ -60,6 +60,7 @@ export const toolsext = {
TABUSER: 'users',
TABFRIENDS: 'friends',
TABMYGROUPS: 'mygroups',
TABMYSKILLS: 'myskills',
TABNAVI: 'navi',
TABLISTAINGRESSO: 'listaingressos',
TABGRADUATORIA: 'graduatorias',