Elements that is part of Form list are not displaying language literals.
Readonly page
In read-only pages, if the correct value is not found it is replaced with a random value. No literal tag is displayed to let the user know the correct data is missing and what is being shown is a fallback value.
Steps to reproduce:
- Add a additional link field to a person or a an organization. Leave one value empty for name field for the additional link. Save.
- Go to read-only page.
Result - The empty field will have a fallback value. But no literal tag will be displayed.
- Go to edit page and find additional link.
Result - Fallback value, literal tag and warning symbol is not displayed.
Fixes
- Show literal tag beside fallback value in read-only page.
- The current fallback values in the read-only pages are random. Use "languageFallbacks" from calendar api to calculate fallback value.
- Show correct fallback value, literal tag and warning symbol in edit form.
cc @troughc
Elements that is part of Form list are not displaying language literals.
Readonly page
In read-only pages, if the correct value is not found it is replaced with a random value. No literal tag is displayed to let the user know the correct data is missing and what is being shown is a fallback value.
Steps to reproduce:
Result - The empty field will have a fallback value. But no literal tag will be displayed.
Result - Fallback value, literal tag and warning symbol is not displayed.
Fixes
cc @troughc