]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1407617 - When making a phab revision public, the edit policy also needs to be...
authordklawren <dklawren@users.noreply.github.com>
Wed, 11 Oct 2017 16:13:50 +0000 (12:13 -0400)
committerDavid Walsh <davidwalsh83@gmail.com>
Wed, 11 Oct 2017 16:13:50 +0000 (11:13 -0500)
extensions/PhabBugz/lib/Util.pm

index 8fa3b620be8e7c1770df38111c01b9146fd8ca45..95b2b15982b40cbb42ad5806cc113f2a1eb21c39 100644 (file)
@@ -184,6 +184,10 @@ sub make_revision_public {
             {
                 type  => 'view',
                 value => 'public'
+            },
+            {
+                type  => 'edit',
+                value => 'users'
             }
         ],
         objectIdentifier => $revision_phid