Bug #74003
closedRenaming folders can break records with internal_type "folder"
0%
Description
Hello,
when using a field in the TCA or in Flexforms which is configured as internal_type "Folder", those records can become unable to edit them anymore.
If you select a folder in one of those fields and then rename the folder in the filelist, the system will throw an error when trying to edit the record.
#1329647780: Object with identifier "1:/Test/Test2/" does not exist in storage
The only thing you can do is deleting the record and create a new one or change the field value in phpMyAdmin to make it work again.
Anyway it would be nice if those fields automatically realize when the name of a folder changes.
'image_folder' => array( 'exclude' => 1, 'label' => 'LLL:EXT:tgm_stunning_gallery/Resources/Private/Language/locallang_db.xlf:tx_tgmstunninggallery_domain_model_gallery.image_folder', 'config' => array( 'type' => 'group', 'size' => '5', 'eval' => 'required', 'internal_type' => 'folder' ), ),
Updated by Riccardo De Contardi over 6 years ago
- Status changed from New to Needs Feedback
#72369 is marked as solved; is this issue still present? Thank you!
Updated by Riccardo De Contardi over 6 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards