Bug #22292
closedModule web > info > log only shows changes made by the current be_user (if you are logged is as NON-ADMIN)
0%
Description
PROBLEM
1. Login as a common editor - not as a typo3 admin.
2. Click on Module web > info > log
3. In the selectbox "users" select "All users"
4. The other selectboxes "Depth" and "Time" doesn't matter
5. Click a page in the page tree which holds content elements that have been changed by yourself and another editor.
6. Result: Only the changes you made, are beeing displayed in the list of changes.
CAUSE:
Wrong php code in the typo3 core.
File:
/typo3/sysext/belog/class.tx_belog_webinfo.php
Lines:
219 - 225
For details see attached patch file.
patch_class.tx_belog_webinfo.php.txt
Sorry, it's not in diff-format. You have to apply it manually.
SOLUTION:
See attached file
patch_class.tx_belog_webinfo.php.txt
This bug is present in Typo3 4.2.12, too.
This bug is present in Typo3 4.3.2, too.
Other Versions not tested
(issue imported from #M13850)
Files