Bug #85058
closedPlugin "File links": Files are only rendered when headline is visible/set
0%
Description
TYPO3 7.6.27 with PHP 5.6:
I just realized the following:
- Plugin "File links"
- Set it up to show file from a file collection
- File Collection has type "Folder from Storage"
- Folder from Storage is assigned
- If the field "header" contains a word or is not of type "hidden" the file from the file collection is shown. If it does not contain a word or is of type "hidden" the file from the collection is shown.
Thank you for checking this out!
Best regards
Christian
Updated by Christian Huppert over 6 years ago
Sorry I meant here:
- If the field "header" contains a word or is not of type "hidden" the file from the file collection is shown. If it does not contain a word or is of type "hidden" the file from the collection is not shown.
Updated by Michael Stucki over 6 years ago
- Project changed from 9 to TYPO3 Core
- TYPO3 Version set to 9
Wrong project.
Updated by Riccardo De Contardi over 6 years ago
I am not able to reproduce it with TYPO3 8.7.28 and php 5.6.32
Updated by Riccardo De Contardi almost 6 years ago
- Status changed from New to Closed
I tried the following test with TYPO3 8.7.22, 9.5.4 and 10.0.0-dev (latest master):
1) Create a sysfolder
2) create in it a File Collection (type: "Folder from Storage" ; storage:fileadmin; set a folder that contains some files)
3) create a page
4) create in the page a content element, type: file list, Select file collections: select the collection created at point 2
5) edit the header of the content element, in the following ways:
- header contains the word "word", type: Default [0]
- header contains the word "word", type: hidden [100]
- header is empty, type: Default [0]
- header is empty, type: hidden [100]
Results:¶
This issue cannot be reproduced => I am closing it.
If you think that this is the wrong decision or I am misinterpreting it or have a more detailed list of steps about how to reproduce it, please reopen it or open a new issue with a reference to this one.
Thank you.