File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
services/static-webserver/client/source/class/osparc/navigation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -196,14 +196,14 @@ qx.Class.define("osparc.navigation.UserMenu", {
196196 this . getChildControl ( "log-in" ) ;
197197 } else {
198198 this . getChildControl ( "user-center" ) ;
199- if ( osparc . data . Permissions . getInstance ( ) . isAdmin ( ) ) {
200- this . getChildControl ( "admin -center" ) ;
199+ if ( osparc . data . Permissions . getInstance ( ) . isTester ( ) ) {
200+ this . getChildControl ( "tester -center" ) ;
201201 }
202202 if ( osparc . data . Permissions . getInstance ( ) . isProductOwner ( ) ) {
203203 this . getChildControl ( "po-center" ) ;
204204 }
205- if ( osparc . data . Permissions . getInstance ( ) . isTester ( ) ) {
206- this . getChildControl ( "tester -center" ) ;
205+ if ( osparc . data . Permissions . getInstance ( ) . isAdmin ( ) ) {
206+ this . getChildControl ( "admin -center" ) ;
207207 }
208208 if ( osparc . desktop . credits . Utils . areWalletsEnabled ( ) ) {
209209 this . getChildControl ( "billing-center" ) ;
You can’t perform that action at this time.
0 commit comments