View Issue Details

IDProjectCategoryView StatusLast Update
0003211OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-04-23 13:02
Reporterd3 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version4.5.0 revision 34568 
Summary0003211: EE: If configparam blMallUsers is enabled, the user_list class shows only users from selected subshop
DescriptionIf the option 'Allow users from other shops' is enabled, user can login in every subshop in the EE.

In [Administer Users]->[Users]->[user_list] we only have the users from currently selected subshop and not all users.
Additional Informationinsert a new line in admin/user_list.php on line 150:
150: if ( !$this->getConfig()->getConfigParam( 'blMallUsers' ) )
151: $sQ .= " and oxshopid = '".$this->getConfig()->getShopId()."' ";
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

dainius.bigelis

2012-04-23 13:01

reporter   ~0006403

There is no such issue on latest eShop versions, like 4.5.9 and 4.6.0 (still under development). Probably issue was fixed together with some other issues in previous versions. Entry is closed as unable to reproduce.