forked from MapComplete/MapComplete
Add 'duplicate' as delete reason
This commit is contained in:
parent
9773b9759c
commit
dd8ad5ed0f
4 changed files with 21 additions and 1 deletions
|
@ -240,6 +240,15 @@ export default class DeleteWizard extends Toggle {
|
|||
]
|
||||
},
|
||||
then: t.reasons.notFound
|
||||
},
|
||||
{
|
||||
if: {
|
||||
and: [
|
||||
"_delete_reason=duplicate",
|
||||
...softDeletionTagsStr
|
||||
]
|
||||
},
|
||||
then: t.reasons.duplicate
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue