The actual version of the web component misses the implementation of the fallback languages. This means that, if a title misses one or more language, in the list in the missing language is shown without title.
To avoid this problem we should implement the fallback logic on the title and in genera to all language oriented contents.
By talking with the client the fallback order is the following:
- English list: first fallback Italian and second German
- German list: first fallback Italian and second English
- Italian list: first fallback German and second English
In case an event misses the title in all languages, the event should be ignored and removed from the list.
The actual version of the web component misses the implementation of the fallback languages. This means that, if a title misses one or more language, in the list in the missing language is shown without title.
To avoid this problem we should implement the fallback logic on the title and in genera to all language oriented contents.
By talking with the client the fallback order is the following:
In case an event misses the title in all languages, the event should be ignored and removed from the list.