- attivita

- gestione degli script sul server
 - creato websocket per interagire con gli script del server.
This commit is contained in:
Surya Paolo
2024-08-29 23:31:54 +02:00
parent 79e874e3e0
commit 8f4ff8ff9c
39 changed files with 1373 additions and 303 deletions

View File

@@ -1157,6 +1157,11 @@ export const shared_consts = {
numattend: 1,
},
ANNUNCI_FIELDS: {
idMyGroup: 1,
// **ADDFIELD_MYGROUPS
},
OrderStatusStr: [
{
label: 'Nessuno',
@@ -2040,7 +2045,6 @@ export const shared_consts = {
date_created: 1,
date_updated: 1,
tipodiAttivita: 1,
nome_attivita: 1,
coordinate_gps: 1,
email: 1,
telegram_username: 1,
@@ -2127,6 +2131,7 @@ export const shared_consts = {
proj = Object.assign({}, proj, proj_add);
proj = { ...proj, ...this.REACTIONS_FIELD };
proj = { ...proj, ...this.ANNUNCI_FIELDS };
if (table) {
let proj_add3 = this.getProjectByTable(table);