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

Change subject: Revert "BSReview: Added steps_id to params, so a hook handler 
does not need to execute that havvy query again"
......................................................................


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

This reverts commit c728dead6106bf30e6532c482c257bb9741db7c4.
Needs manual back port

Change-Id: I03397cbf27e5a273a009dbe10be0a1352b586a60
---
M Review/Review.class.php
1 file changed, 1 insertion(+), 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..bb89b9d 100644
--- a/Review/Review.class.php
+++ b/Review/Review.class.php
@@ -1249,7 +1249,7 @@
 
                $dbw->freeResult( $res );
 
-               $oParams->stepid = $step_id = $row[ 'revs_id' ];
+               $step_id = $row[ 'revs_id' ];
                $initial_comment = $row[ 'revs_comment' ];
 
                // update data

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I03397cbf27e5a273a009dbe10be0a1352b586a60
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