Remove erronous deletions, revert bench icon, add sanity check to delete config
This commit is contained in:
parent
c3d5e4f1ec
commit
1f84e5fb3a
3 changed files with 23 additions and 91 deletions
|
@ -40,6 +40,10 @@ export default class DeleteConfig {
|
|||
this.softDeletionTags = FromJSON.Tag(json.softDeletionTags,`${context}.softDeletionTags`)
|
||||
|
||||
}
|
||||
|
||||
if(json["hardDeletionTags"] !== undefined){
|
||||
throw `You probably meant 'softDeletionTags' instead of 'hardDeletionTags' (at ${context})`
|
||||
}
|
||||
this.neededChangesets = json.neededChangesets
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue