forked from MapComplete/MapComplete
Fix: only show 'newly created' if version number is 1 or unset
This commit is contained in:
parent
7813653265
commit
1a78ecb858
1 changed files with 8 additions and 2 deletions
|
@ -1425,7 +1425,13 @@
|
||||||
"condition": {
|
"condition": {
|
||||||
"and": [
|
"and": [
|
||||||
"_backend~*",
|
"_backend~*",
|
||||||
"_last_edit:passed_time<300"
|
"_last_edit:passed_time<300",
|
||||||
|
{
|
||||||
|
"or": [
|
||||||
|
"_version_number=",
|
||||||
|
"_version_number=1"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"metacondition": {
|
"metacondition": {
|
||||||
|
@ -2110,4 +2116,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue