- fix: Errore se premevo "Aggiungi" e poi "Annulla" poi la tabella non si aggiornava piu.
This commit is contained in:
@@ -5134,11 +5134,16 @@ module.exports = {
|
||||
else if (myrec.adType === shared_consts.AdType.CERCO)
|
||||
tiposcambio = 'Cerco';
|
||||
} else if (tablerec === shared_consts.TABLES_MYHOSPS) {
|
||||
tiposcambio = 'Offro ';
|
||||
iconascambio = this.getIconByAdType(myrec.adType);
|
||||
if (myrec.adType === shared_consts.AdType.CERCO)
|
||||
tiposcambio = 'Cerco';
|
||||
else
|
||||
tiposcambio = 'Offro';
|
||||
|
||||
if (myrec.typeHosp === shared_consts.TYPEHOSP_OSPITALITA)
|
||||
tiposcambio += 'Ospitalità';
|
||||
tiposcambio += ' Ospitalità';
|
||||
else if (myrec.typeHosp === shared_consts.TYPEHOSP_SCAMBIOCASA)
|
||||
tiposcambio += 'Scambio Casa';
|
||||
tiposcambio += ' Scambio Casa';
|
||||
} else if (tablerec === shared_consts.TABLES_MYBACHECAS) {
|
||||
datastr = this.getstrDateTimeEvent(myrec);
|
||||
organizedby = myrec.organisedBy;
|
||||
|
||||
Reference in New Issue
Block a user