Actions
Bug #15104
closedWeb > Info Log tool does not show entries of other users in group
Start date:
2005-10-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
It would appear from the code that if a BE user who is not an admin uses the Log tool in the Web > Info module that they should see entries for users within their BE groups. This does not work.
I can't actually figure out why, but when I changed line 177 from
while(list(,$val)=each($this->pObj->be_user_Array)) {
to
foreach ($this->pObj->be_user_Array as $x => $val) {
it began working as intended, with log entries from other users in that BE user's group now appearing.
(issue imported from #M1665)
Actions