- Versione 1.0.28

- Bottone "Condividi" permette di creare un post Telegram con l'annuncio selezionato.
- migliorata grafica dell'annuncio.
This commit is contained in:
Surya Paolo
2024-02-27 22:08:06 +01:00
parent 3191312372
commit 6ff9922a29
6 changed files with 402 additions and 38 deletions

View File

@@ -347,6 +347,11 @@ module.exports = {
OUT: 2,
},
AdType: {
OFFRO: 1,
CERCO: 2,
},
TypeCashStr: [
{
label: '[Nessuno]',
@@ -508,6 +513,7 @@ module.exports = {
MsgTeleg: {
SHARE_MSGREG: 1,
SHARE_TEXT: 2,
SHARE_ANNUNCIO: 3,
},
TypeMsgTemplate: {
@@ -874,6 +880,7 @@ module.exports = {
getProjectForAll(proj_add, table) {
let proj = {
idapp: 1,
idContribType: 1,
idCity: 1,
pub_to_share: 1,
@@ -1015,4 +1022,10 @@ module.exports = {
MAX_QTA_PREORD: 5000,
STATUSSKILL_DI_PERSONA: 1,
STATUSSKILL_ONLINE: 2,
TYPEHOSP_SCAMBIOCASA: 1,
TYPEHOSP_OSPITALITA: 2,
};