This commit is contained in:
Surya Paolo
2023-03-22 18:10:23 +01:00
parent 00e9aafd4c
commit 561bab57a8

View File

@@ -43,6 +43,9 @@ const CircuitSchema = new Schema({
type: String,
unique: true,
},
link_group: {
type: String,
},
subname: {
type: String,
},
@@ -279,6 +282,7 @@ CircuitSchema.statics.getWhatToShow = function (idapp, username) {
symbol: 1,
idCity: 1,
strProv: 1,
link_group: 1,
pub_to_share: 1,
visibility: 1,
color: 1,
@@ -341,6 +345,7 @@ CircuitSchema.statics.getWhatToShow_Unknown = function (idapp, username) {
color: 1,
idCity: 1,
strProv: 1,
link_group: 1,
pub_to_share: 1,
visibility: 1,
abbrev: 1,