Bug #44439
closedRenaming a folder must change the identifier of all indexed files in that folder
100%
Description
Currently when renaming a folder in filelist all indexed files stay with the old identifier
which leads to problems during frontend rendering which cannot be fixed except by
manually adapting the file records.
A rename action of a folder needs to adapt the identifier of all containing files
Updated by Christian Weiske almost 12 years ago
I can confirm this problem.
There is already code for that in ResourceStorage.php
, but that apparently must have a bug.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17478
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17506
Updated by Helmut Hummel almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f15b44853093dba350a50c4d901984f4e2e94c95.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17508
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17509
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17509
Updated by Helmut Hummel almost 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 6bd8f71d9b4e1e23348d4079076695bc11310a71.