Actions
Bug #23062
closedOpendocs Module relies on taskcenter_recent causing fatal error with new taskcenter
Start date:
2010-06-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The opendocs sysext has an option to be displayed as an backend module. If the extension taskcenter_recent is installed, it will load a list of recently edited elements.
This fails with a fatal error because the taskcenter API has changed.
However the opendocs module has already the necessary code implemented, so we don't need taskcenter_recent.
Solution: replace calls to taskcenter_recent with those from opendocs
1. Install opendocs
2. Enable the option to display the module
3. Goto module, see the list of open document, no recent documents
4. Install taskcenter_recent
5. See a fatal error in opendocs module
(issue imported from #M14952)
Files
Updated by Georg Ringer over 14 years ago
thanks for the initial patch. I changed it to fit the CGL - it is now pending in core list
Actions