From: dklawren Date: Wed, 11 Oct 2017 16:13:50 +0000 (-0400) Subject: Bug 1407617 - When making a phab revision public, the edit policy also needs to be... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7749b42e49155d6a905a8d16b2f53f965633e9f9;p=thirdparty%2Fbugzilla.git Bug 1407617 - When making a phab revision public, the edit policy also needs to be set to 'users' (#261) --- diff --git a/extensions/PhabBugz/lib/Util.pm b/extensions/PhabBugz/lib/Util.pm index 8fa3b620b..95b2b1598 100644 --- a/extensions/PhabBugz/lib/Util.pm +++ b/extensions/PhabBugz/lib/Util.pm @@ -184,6 +184,10 @@ sub make_revision_public { { type => 'view', value => 'public' + }, + { + type => 'edit', + value => 'users' } ], objectIdentifier => $revision_phid