- 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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user