PR#959: fix wrong tagNotification in tagBuildBypass API
Merges #959 https://pagure.io/koji/pull-request/959 Fixes: #958 https://pagure.io/koji/issue/958 Notification for tagBuildBypass is writing message untagged from, expected message tagged into
This commit is contained in:
commit
e4767e53c7
1 changed files with 1 additions and 1 deletions
|
|
@ -9290,7 +9290,7 @@ class RootExports(object):
|
|||
context.session.assertPerm('admin')
|
||||
_tag_build(tag, build, force=force)
|
||||
if notify:
|
||||
tag_notification(True, None, tag, build, context.session.user_id)
|
||||
tag_notification(True, tag, None, build, context.session.user_id)
|
||||
|
||||
def tagBuild(self, tag, build, force=False, fromtag=None):
|
||||
"""Request that a build be tagged
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue