ver 1.1.20:
- corretto campo foto che non compariva più. - sistemato i campi aggiuntivi e i richiesti. - migliorato la barra in alto di selezione. - aggiunto alcune icone.
This commit is contained in:
@@ -169,6 +169,7 @@ export const shared_consts = {
|
||||
EDITADDRESSBYCOORD: 390,
|
||||
GRID_ORIZ: 400,
|
||||
QRCODE: 410,
|
||||
CATALOGLIST: 420,
|
||||
},
|
||||
|
||||
QUERYTYPE_MYGROUP: 1,
|
||||
@@ -295,6 +296,7 @@ export const shared_consts = {
|
||||
TABLES_CIRCUITS: 'circuits',
|
||||
TABLES_MYGROUPS: 'mygroups',
|
||||
TABLES_ATTIVITAS: 'attivitas',
|
||||
TABLES_CATALOG: 'catalogs',
|
||||
|
||||
TABFILTRI_UTENTE: 'filtriutente',
|
||||
|
||||
@@ -394,7 +396,7 @@ export const shared_consts = {
|
||||
|
||||
TABLES_UPDATE_LASTIFIED: ['myskills', 'mybachecas', 'myhosps', 'mygoods', 'bots'],
|
||||
TABLES_FINDER: ['myskills', 'mybachecas', 'myhosps', 'mygoods', 'mygroups'],
|
||||
TABLES_VISU_CMYSRECCARD: ['myskills', 'mybachecas', 'myhosps', 'mygoods', 'mygroups'],
|
||||
TABLES_VISU_CMYSRECCARD: ['myskills', 'mybachecas', 'myhosps', 'mygoods', 'mygroups', 'catalogs'],
|
||||
TABLES_SHOW_ADTYPE: ['myskills', 'mygoods', 'myhosps'],
|
||||
|
||||
TABLES_VISU_LISTA_USER: ['myskills', 'mybachecas', 'myhosps', 'mygoods', 'users'],
|
||||
@@ -406,9 +408,11 @@ export const shared_consts = {
|
||||
TABLES_VISU_IMG: ['myskills', 'myhosps', 'mygoods', 'mygroups'],
|
||||
TABLES_DIRECTORY_A_PARTE: ['mygroups'],
|
||||
TABLES_WITH_ADMINS: ['mygroups', 'circuits'],
|
||||
TABLES_DIRECTORY_SINGLE_IMG: ['circuits'],
|
||||
TABLES_DIRECTORY_SINGLE_IMG: ['circuits', 'catalogs'],
|
||||
TABLES_IMAGEFILE_SINGOLO: ['productInfos'],
|
||||
|
||||
TABLES_PER_EDITORI: ['catalogs'],
|
||||
|
||||
TABLES_VISU_MAP: 'attivitas',
|
||||
|
||||
VISIB_ALL: 0,
|
||||
@@ -1174,7 +1178,7 @@ export const shared_consts = {
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
label: 'a Paolo (test)',
|
||||
label: 'a Surya (test)',
|
||||
value: 20,
|
||||
},
|
||||
{
|
||||
@@ -1763,6 +1767,10 @@ export const shared_consts = {
|
||||
value: 410,
|
||||
label: 'Qr Code',
|
||||
},
|
||||
{
|
||||
value: 420,
|
||||
label: 'Lista Cataloghi',
|
||||
},
|
||||
],
|
||||
|
||||
TypesElemAdminTools: [
|
||||
|
||||
Reference in New Issue
Block a user