Actions
Task #55410
closedDefault value of field "visible" in File Metadata is TRUE
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-01-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
FAL has no enable fields by design such as "hidden",
"deleted". For controlling the visibility of a file
like in a Photo Gallery plugin, a field "visible"
has been introduced in EXT:filemetata which
is up to the plugin to implement it.
In this regard, it makes sense visible is "true"
by default for the End User. This prevent him
changing this flag after a file was
uploaded (or a bunch of files!). If a more
defensive approach is needed, this is the
responsibility of the plugin to introduce
other criteria to show the file on the Frontend.
Actions