mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Add missing package attribution to remove()
This commit is contained in:
parent
a70454cf1f
commit
9200d7becd
@ -422,7 +422,7 @@ def remove(package):
|
|||||||
url = url_for("users.profile", username=package.author.username)
|
url = url_for("users.profile", username=package.author.username)
|
||||||
msg = "Deleted {}, reason={}".format(package.title, reason)
|
msg = "Deleted {}, reason={}".format(package.title, reason)
|
||||||
addNotification(package.maintainers, current_user, NotificationType.PACKAGE_EDIT, msg, url, package)
|
addNotification(package.maintainers, current_user, NotificationType.PACKAGE_EDIT, msg, url, package)
|
||||||
addAuditLog(AuditSeverity.EDITOR, current_user, msg, url)
|
addAuditLog(AuditSeverity.EDITOR, current_user, msg, url, package)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
|
||||||
flash(gettext("Deleted package"), "success")
|
flash(gettext("Deleted package"), "success")
|
||||||
|
Loading…
Reference in New Issue
Block a user