Actions
Bug #25409
closedt3lib_iconWorks::getSpriteIconForRecord() isn't workspace aware
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
t3lib_iconWorks::getSpriteIconForRecord() doesn't detect elements deleted in a workspace (indicated with t3ver_state=2). Therefore elements deleted in a workspace will still keep their "original" icon
(issue imported from #M18054)
Updated by Fedir RYKHTIK about 13 years ago
- Target version deleted (
0)
Looks like this issue is related to #25372, there are bugs with t3lib_iconWorks::getSpriteIconForRecord() in workspaces
Updated by Ernesto Baschny about 11 years ago
- Is Regression set to No
The problem is most probably not in getSpriteIconForRecord, but must be in the code around it, that assumes that there is a record when there is not. Thanks to the type hinting of getSpriteIconForRecord we get at least to see some sort of error here, indicating that something is wrong. Remains to be further analysed.
Updated by Ernesto Baschny about 11 years ago
- Category set to Workspaces
- Status changed from New to Closed
Duplicate of #25372 (also workspaces related).
Actions