getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

Multilanguage help in files field #1942

Closed sebastianberns closed 5 years ago

sebastianberns commented 5 years ago

Describe the bug Help texts of a files field in different languages are not displayed correctly. Instead of displaying a specific translation, the complete help option is shown as unprocessed JSON.

To Reproduce Steps to reproduce the behavior:

  1. Include a files field in a page blueprint
    type: files
    headline:
    en: Files
    de: Dateien
    help:
    en: English help
    de: Deutsche Hilfe
  2. Go to panel

Expected behavior Only the translation of the user’s selected language should be visible.

Screenshots output

Kirby Version 3.1.4

Console output No errors, only regular GET requests.

distantnative commented 5 years ago

Are you sure it's the files field and not a files section? That bug has been fixed for the files section in 3.2

sebastianberns commented 5 years ago

I’ll have to update to 3.2 then. Thank you! Will give it a try.

distantnative commented 5 years ago

Please reopen this issue if you still encounter problems with 3.2 - thanks