[TYPO3-dam-devel] RFC #15478: Remove exclude = 1 for required fields of tx_dam table

Lorenz Ulrich lorenz-typo3 at visol.ch
Mon Mar 14 22:06:33 CET 2011


Hi everyone,

this is an SVN patch request.

Type: UI fix

Bugtracker reference: http://bugs.typo3.org/view.php?id=15478

Branches: trunk

Problem:
If a user doesn't have set "file_name", "file_path" and "file_type" as 
allowed exclude field, the uploaded file doesn't get indexed properly. 
The file is saved in the filesystem and a row in tx_dam is added, but 
since it lacks information about file name and path, the asset won't 
show up in the List module.

Solution:
Set exclude to 0 for fields "file_name", "file_path" and "file_type" in 
tca.php.

The admin still has the possibility to hide these fields by TSconfig:
TCEFORM.tx_dam.file_name.disabled = 1


Best regards,


Lorenz


More information about the TYPO3-team-dam mailing list