You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The relation widget does not work with i18n file collection. When you click on it, you can see a loading indicator, but the options list is empty. If you have a predefined value it will also not work.
To Reproduce
Configure a file collection with i18n
try to add a file from it as a relation widget on another collection.
click on the relation dropdown
Expected behavior
There should be an options list like on a working relation widget
Applicable Versions:
Netlify CMS version: 2.10.187
Git provider: GitHub
OS: MacOS
Browser version Brave Version 1.35.104 Chromium: 98.0.4758.109 (Official Build) (x86_64)
We have figured out, that the main issue was caused by a configuration misunderstanding. After changing file: data/travelTypes.json to file: travelTypes in relation widget, the options appear as they shoud.
The other issue (the one that you referred as related #4491) still remains (also in our use case) and we will open a PR with the fix soon.
As far as me and @martinjagodic are concerned this one can be closed.
Describe the bug
The relation widget does not work with i18n file collection. When you click on it, you can see a loading indicator, but the options list is empty. If you have a predefined value it will also not work.
To Reproduce
Expected behavior
There should be an options list like on a working relation widget
Applicable Versions:
CMS configuration
The text was updated successfully, but these errors were encountered: