#959 fix wrong tagNotification in tagBuildBypass API
Merged 5 years ago by mikem. Opened 5 years ago by julian8628.
julian8628/koji issue/958  into  master

file modified
+1 -1
@@ -9281,7 +9281,7 @@ 

          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

Tested and now it is working how we expected. Thank you for quick fix.

Commit e4767e5 fixes this pull-request

Pull-Request has been merged by mikem

5 years ago