Fix _id new in Wheres table /settable

This commit is contained in:
Paolo Arena
2022-09-19 19:40:30 +02:00
parent 3c550595f0
commit 8ad85bbe94
4 changed files with 27 additions and 10 deletions

View File

@@ -231,6 +231,7 @@ CircuitSchema.statics.getWhatToShow = function(idapp, username) {
nome_valuta: 1,
fido_scoperto_default: 1,
qta_max_default: 1,
valuta_per_euro: 1,
symbol: 1,
idCity: 1,
pub_to_share: 1,
@@ -269,6 +270,7 @@ CircuitSchema.statics.getWhatToShow_Unknown = function(idapp, username) {
totTransato: 1,
fido_scoperto_default: 1,
qta_max_default: 1,
valuta_per_euro: 1,
symbol: 1,
color: 1,
idCity: 1,