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

@@ -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,