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
100%
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.
Updated by Steffen Ritter almost 11 years ago
- Status changed from New to Accepted
- Assignee set to Steffen Ritter
- Priority changed from Should have to Must have
- Estimated time set to 2.00 h
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26688
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26688
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26688
Updated by Steffen Ritter almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 70 to 100
Applied in changeset c108a3782506c0b61fbf46f3641452e253f46d7b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed