Fix condition
This commit is contained in:
parent
e5ea4dbfa3
commit
9ce92b8efa
1 changed files with 2 additions and 2 deletions
|
@ -1369,7 +1369,7 @@
|
||||||
"condition": {
|
"condition": {
|
||||||
"and": [
|
"and": [
|
||||||
"_last_edit:contributor~*",
|
"_last_edit:contributor~*",
|
||||||
"_last_edit:changeset"
|
"_last_edit:changeset~*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"metacondition": {
|
"metacondition": {
|
||||||
|
@ -2058,4 +2058,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue