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:
@@ -13,7 +13,7 @@
|
||||
img-class="imgprofile"
|
||||
height="30px"
|
||||
@click="
|
||||
naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circuit))
|
||||
naviga(tools.getPathByTableAndRec(shared_consts.TABLES_CIRCUITS, circuit))
|
||||
"
|
||||
/>
|
||||
</q-avatar>
|
||||
@@ -22,7 +22,7 @@
|
||||
color="primary"
|
||||
rounded
|
||||
size="sm"
|
||||
@click="naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circuit))"
|
||||
@click="naviga(tools.getPathByTableAndRec(shared_consts.TABLES_CIRCUITS, circuit))"
|
||||
>
|
||||
{{ circuit.name }}
|
||||
</q-btn>
|
||||
@@ -50,7 +50,7 @@
|
||||
img-class="imgprofile"
|
||||
height="30px"
|
||||
@click="
|
||||
naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circnaz))
|
||||
naviga(tools.getPathByTableAndRec(shared_consts.TABLES_CIRCUITS, circnaz))
|
||||
"
|
||||
/>
|
||||
</q-avatar>
|
||||
@@ -60,7 +60,7 @@
|
||||
rounded
|
||||
size="sm"
|
||||
@click="
|
||||
naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circnaz))
|
||||
naviga(tools.getPathByTableAndRec(shared_consts.TABLES_CIRCUITS, circnaz))
|
||||
"
|
||||
>
|
||||
{{ circnaz.name }}
|
||||
|
||||
Reference in New Issue
Block a user