Pwirth has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350559 )

Change subject: I am not very familiar with Review. In this case method returns 
when $step is not an object without setting statebarbodyreview causing some 
users not to be able to see review overview. Now, i dont know if this is just 
an oversight or there is a reason for
......................................................................

I am not very familiar with Review. In this case method returns when
$step is not an object without setting statebarbodyreview causing some
users not to be able to see review overview.
Now, i dont know if this is just an oversight or there is a reason for
returning without setting statebarbodyreview

If this is a valid bug, it needs to be cherry-picked to REL1_27 and master

Change-Id: If5795f9406ed1350c6cf7cc9f7c3928af40d164c
---
M Review/Review.class.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/59/350559/1

diff --git a/Review/Review.class.php b/Review/Review.class.php
index 3a15e78..65170a3 100644
--- a/Review/Review.class.php
+++ b/Review/Review.class.php
@@ -1101,6 +1101,8 @@
 
                $step = $oRev->currentStep( $oUser->getId() );
                if ( !is_object( $step ) ) {
+                       $aBodyViews[ 'statebarbodyreview' ] = $oReviewView;
+
                        return true;
                }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5795f9406ed1350c6cf7cc9f7c3928af40d164c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_27
Gerrit-Owner: Pwirth <[email protected]>
Gerrit-Reviewer: ItSpiderman <[email protected]>

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

Reply via email to