jenkins-bot has submitted this change and it was merged.

Change subject: Manual back port of If030ba5dde52b5ad27069ebe3f6fb15e3f1d3a53
......................................................................


Manual back port of If030ba5dde52b5ad27069ebe3f6fb15e3f1d3a53

BSReview: Added steps_id to params, so a hook handler does not need to
execute that havvy query again

=> needs cherry-pick to REL1_27 and back port to REL1_23

Change-Id: Ia9c7555c9f539c99f0ed9fbee5f40d81a0e61f83
---
M Review/Review.class.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Robert Vogel: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Review/Review.class.php b/Review/Review.class.php
index 1a1d2cf..8efeef8 100644
--- a/Review/Review.class.php
+++ b/Review/Review.class.php
@@ -1295,7 +1295,8 @@
                        $oTitle,
                        (object) array(
                                'vote' => $sVote,
-                               'comment' => $sComment
+                               'comment' => $sComment,
+                               'stepid' => $step_id,
                        ),
                        $oUser,
                        &$oStatus,

-- 
To view, visit https://gerrit.wikimedia.org/r/322676
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia9c7555c9f539c99f0ed9fbee5f40d81a0e61f83
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_23
Gerrit-Owner: Pwirth <[email protected]>
Gerrit-Reviewer: Dvogel hallowelt <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to