stable

Clone or download

Read-only

Fix filter users by project

This is a part of story #9590 Get rid of Bootstrap in site admin / users To test: Go admin project > <project> > members then when you filter you should see only users in the selecting project. Change-Id: Ib6a9d1fd55b78b96ae1556d89dbcb35acc2a2eaa

Modified Files

Name
M src/common/admin/Admin_UserListExporter.class.php +1 −1 Go to diff View file
M src/common/dao/UserDao.class.php +13 −31 Go to diff View file
M src/common/user/Admin/UserListPresenter.php +3 −0 Go to diff View file
M src/common/user/Admin/UserListResultsPresenter.php +5 −0 Go to diff View file
M src/common/user/UserManager.class.php +1 −1 Go to diff View file
M src/templates/admin/users/userlist.mustache +3 −0 Go to diff View file
M src/www/admin/userlist.php +18 −12 Go to diff View file