- Sistemato problema del Circuito ITALIA, quando veniva fatta la richiesta di entrare, ancora non si era entrati nel circuito territoriale.
- Ora pertanto viene inviata la richiesta agli admin solo dopo che l'utente viene abilitato al Circuito provinciale.
This commit is contained in:
@@ -6387,8 +6387,20 @@ export const colTableCircuitComplete = [
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'showAlways',
|
||||
label_trans: 'circuit.showAlways',
|
||||
name: 'circuitiExtraProv',
|
||||
label_trans: 'circuit.circuitiExtraProv',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
onlyforAdmin: true,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'isCircItalia',
|
||||
label_trans: 'circuit.isCircItalia',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
onlyforAdmin: true,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'enableOnlyIf1CircuitExist',
|
||||
label_trans: 'circuit.enableOnlyIf1CircuitExist',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
onlyforAdmin: true,
|
||||
}),
|
||||
@@ -6688,8 +6700,20 @@ export const colTableCircuit = [
|
||||
disable: true,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'showAlways',
|
||||
label_trans: 'circuit.showAlways',
|
||||
name: 'circuitiExtraProv',
|
||||
label_trans: 'circuit.circuitiExtraProv',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
onlyforAdmin: true,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'isCircItalia',
|
||||
label_trans: 'circuit.isCircItalia',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
onlyforAdmin: true,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'enableOnlyIf1CircuitExist',
|
||||
label_trans: 'circuit.enableOnlyIf1CircuitExist',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
onlyforAdmin: true,
|
||||
}),
|
||||
|
||||
@@ -8219,7 +8219,8 @@ export const tools = {
|
||||
admins: [],
|
||||
color: '#ff5500',
|
||||
deperimento: false,
|
||||
showAlways: false,
|
||||
circuitiExtraProv: false,
|
||||
isCircItalia: false,
|
||||
transactionsEnabled: false,
|
||||
status: shared_consts.CIRCUIT_STATUS.FASE1_CREAZIONE_GRUPPO,
|
||||
symbol: 'RIS',
|
||||
|
||||
Reference in New Issue
Block a user