-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
ProcessWire Version: 3.0.246
PHP Version: 8.3
MySQL Version: 8.0.42
Issue Summary
Saving a page with a repeater that contains a file/image field will lose the value of any custom field values.
This issue has been reported several times before and was reportedly fixed between 3.0.244 and 3.0.246.
In our case, reverting back to 3.0.244 has fixed the issue.
Steps to Reproduce
- Create or test with a Repeater field that contains a PageFiles or PageImages field, this field must contain custom fields.
- Create or edit a page
- Create a new repeater item and upload a file/image, then fill out out some custom fields related to that file/image
- Save the page, you should lose any values entered to custom fields (especially text fields)
Solution
Reverting from 3.0.246 back to 3.0.244 has fixed the issue.
Related issues
16th-earl and zumpixel