From: dklawren Date: Wed, 8 Aug 2018 18:33:56 +0000 (-0400) Subject: Bug 1481893 - After recent push of bug 1478897 bug/revision syncing has been broken... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06f8e976a6bcca80f38a1575eb786608c3878d7;p=thirdparty%2Fbugzilla.git Bug 1481893 - After recent push of bug 1478897 bug/revision syncing has been broken due to coding error --- diff --git a/extensions/PhabBugz/lib/Feed.pm b/extensions/PhabBugz/lib/Feed.pm index 7a5e8d6d6..8e7290988 100644 --- a/extensions/PhabBugz/lib/Feed.pm +++ b/extensions/PhabBugz/lib/Feed.pm @@ -413,7 +413,7 @@ sub process_revision_change { else { # Here we create a new custom policy containing the project # groups that are mapped to bugzilla groups. - my $set_project_names = [ map { "bmo-" . $_ } @{ $bug->groups_in } ]; + my $set_project_names = [ map { "bmo-" . $_->name } @{ $bug->groups_in } ]; # If current policy projects matches what we want to set, then # we leave the current policy alone.