Aggiornamento APP RISO:
✅ Inviando i RIS, deve comparire prima il Circuito della Provincia, e poi quello Nazionale ✅ Risolto problema per vecchie registrazioni, la provincia compariva "undefined".
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { GROUPSCMD } from "@src/common/shared_nodejs"
|
||||
|
||||
export interface IMainCard {
|
||||
visible: boolean
|
||||
strsingolo?: string
|
||||
@@ -260,8 +262,39 @@ export const costanti = {
|
||||
small: true,
|
||||
table: '',
|
||||
},
|
||||
{
|
||||
visible: false,
|
||||
title: ' Attività ',
|
||||
subtitle: 'Artigiani, Aziende, Società, Negozi',
|
||||
strsingolo: 'Attivita',
|
||||
to: '/activities',
|
||||
icon: 'fas fa-tshirt',
|
||||
color: 'indigo-6',
|
||||
hint: '',
|
||||
table: 'attivitas',
|
||||
visuonstat: true,
|
||||
small: false,
|
||||
showfavorite: true,
|
||||
},
|
||||
],
|
||||
|
||||
GROUPCARDS: [
|
||||
{
|
||||
visible: true,
|
||||
title: ' Attività ',
|
||||
subtitle: 'Artigiani, Aziende, Società, Negozi',
|
||||
strsingolo: 'Attivita',
|
||||
to: '/activities',
|
||||
icon: 'fas fa-tshirt',
|
||||
color: 'indigo-6',
|
||||
hint: '',
|
||||
table: 'attivitas',
|
||||
visuonstat: true,
|
||||
small: false,
|
||||
showfavorite: true,
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
|
||||
BINARY_CHECK: 1,
|
||||
|
||||
Reference in New Issue
Block a user