website non si vede

Stato e Contributo non te lo seleziona se clicchi a destra nel toggle
Ordinare per ultimo inserito
Corretto che Aggiungendo un Record, veniva salvato in anticipo
cancellazione Record, Inserimento Record : errori vari
This commit is contained in:
paoloar77
2022-02-17 17:43:45 +01:00
parent fc0e16f046
commit 9aa7518e31
4 changed files with 30 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ const MySkillSchema = new Schema({
descr: {
type: String,
},
//**ADDFIELD_MYSKILL
website: {
type: String,
},
@@ -154,6 +155,8 @@ MySkillSchema.statics.executeQueryTable = function(idapp, params) {
adType: 1,
photos: 1,
note: 1,
website: 1,
//**ADDFIELD_MYSKILL
descr: 1,
date_created: 1,
date_updated: 1,
@@ -238,7 +241,9 @@ MySkillSchema.statics.getMySkillByIdkill = function(idapp, idSkill) {
'numLevel': 1,
adType: 1,
'photos': 1,
'note': 1,
note: 1,
website: 1,
//**ADDFIELD_MYSKILL
'descr': 1,
'date_created': 1,
'date_updated': 1,
@@ -289,6 +294,8 @@ MySkillSchema.statics.getMySkillByIdkill = function(idapp, idSkill) {
adType: 1,
'photos': 1,
'note': 1,
website: 1,
//**ADDFIELD_MYSKILL
'descr': 1,
'date_created': 1,
'date_updated': 1,
@@ -339,6 +346,8 @@ MySkillSchema.statics.getMySkillByIdkill = function(idapp, idSkill) {
adType: 1,
'photos': 1,
'note': 1,
website: 1,
//**ADDFIELD_MYSKILL
'descr': 1,
'date_created': 1,
'date_updated': 1,
@@ -389,6 +398,8 @@ MySkillSchema.statics.getMySkillByIdkill = function(idapp, idSkill) {
adType: 1,
'photos': 1,
'note': 1,
website: 1,
//**ADDFIELD_MYSKILL
'descr': 1,
'date_created': 1,
'date_updated': 1,
@@ -439,6 +450,8 @@ MySkillSchema.statics.getMySkillByIdkill = function(idapp, idSkill) {
adType: 1,
'photos': 1,
'note': 1,
website: 1,
//**ADDFIELD_MYSKILL
'descr': 1,
'date_created': 1,
'date_updated': 1,