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)
Updated by Steven Bagshaw about 19 years ago
Sorry, the file I actually modified line 177 of was
typo3\sysext\belog\class.tx_belog_webinfo.php
Updated by Steven Bagshaw over 18 years ago
I can't recreate this one in Typo3 4.0.1 so you may as well close it off.
Updated by Michael Stucki over 18 years ago
Seems fixed according to user feedback. Thanks Steven!
Actions