processwire-issues icon indicating copy to clipboard operation
processwire-issues copied to clipboard

Can't save value for title field inside Repeater field

Open PawelGIX opened this issue 4 years ago • 1 comments

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.

image

Repeater is here: image

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. image

  • ProcessWire version: 3.0.184 © 2021
  • (Optional) PHP version: 7.2
  • (Optional) MySQL version: 5
  • (Optional) Multi Language website with one language right now.

PawelGIX avatar Oct 11 '21 17:10 PawelGIX

image 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.

PawelGIX avatar Oct 11 '21 18:10 PawelGIX