Update:Changing author name to match another authors name will merge the authors #487

This commit is contained in:
advplyr 2022-07-24 12:00:36 -05:00
parent 217bbb4a8e
commit 6cbfd8679b
3 changed files with 61 additions and 22 deletions

View file

@ -116,6 +116,9 @@ export default {
if (result.updated) {
this.$toast.success('Author updated')
this.show = false
} else if (result.merged) {
this.$toast.success('Author merged')
this.show = false
} else this.$toast.info('No updates were needed')
}
this.processing = false