processwire-issues
processwire-issues copied to clipboard
Can't save value for title field inside Repeater field
Short description of the issue
This is Title field inside repeater inside ProFields PageTable Only title in the repeater field is not saved. For example, the short_description field works fine.

Repeater is here:

https://user-images.githubusercontent.com/391153/136833190-232b99ec-ff31-454d-bba5-7d099c6b90c5.mp4
I checked the post data, the field is being sent to the server.

- ProcessWire version: 3.0.184 © 2021
- (Optional) PHP version: 7.2
- (Optional) MySQL version: 5
- (Optional) Multi Language website with one language right now.
Saving this field started working when I changed the field to plain title.
Update:
It seems the problem only occurs when there is one language in Languages.
As soon as I added more, it started to work.