Actions
Task #54012
closedEpic #55070: Workpackages
Epic #54260: WP: FAL Missing Issues / Features / API
Story #54263: As an Integrator I want to have my metadata present at places when using files
Inconsistent hasProperty method for files
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-11-27
Due date:
% Done:
100%
Estimated time:
2.00 h
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
easy
Sprint Focus:
Description
The hasProperty()
method defined in the AbstractFile
class is not valid for instances of the real File
object.
Since the real File
is also looking in its metaDataProperties
the hasProperty()
method should also checks these when it tries to determine if a property exists.
Currently hasProperty()
would return FALSE
, even if the requested property is available in the meta data.
Actions