Bug #22763
Icons missing in page tree for "Page contains" pages
Status: | Closed | Start date: | 2010-05-30 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Steffen Ritter | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
After choosing from "Page contains"
no icons is shown in the page tree for these pages.
screenshot shows for pages containing
"News"
"Website users"
The dam created folder
using latest checkput from trunk
(issue imported from #M14538)
Related issues
History
#1 Updated by Steffen Ritter about 5 years ago
this is indeed right, but since "contains" is not type - this is intended.
the uxw task was to clean up the look :)
the implementation has been very ugly in "old way" and since we are aiming to be cleaner in future I do not like to implement it in sprite-icon-for record sinc it would be a dirty hack to...
Clean way would be: register your own pagetype-with icon
#2 Updated by Soren Malling about 5 years ago
That's a shame, especially when this article is fairly new and got some great feedback from readers.
http://buzz.typo3.org/people/steffen-kamper/article/new-icons-for-my-pages/
#3 Updated by Steffen Ritter about 5 years ago
automatic fallback won't be possible anyways, be-skinning (what this belongs to) is not backwards compatible as of 4.4
talked to benni about it... what do you think about following solution:
"contains" overwrites "type", so that the type "contains_VALUE" would have been looked up in TCA[ctrl][typeicon_classes'] where you would register your own icon (from iconset or register own one via api-function)
#4 Updated by Steffen Ritter about 5 years ago
patch pending in core list
#5 Updated by Steffen Kamper about 5 years ago
Committed to trunk rev 7909