[Bug]: Option members not shown with caption when record is temporary
Describe the issue
When option fields contain temporary records, the option members are displayed in the client and not the caption / translated caption.
Expected behavior
Captions / translation will be displayed as it is when record is not temporary.
Steps to reproduce
Create a Table with an option field, where option members are different to option captions. Create a page with this field. Use field temporary and not temporary and check the options.
Additional context
No response
I will provide a fix for a bug
- [ ] I will provide a fix for a bug Internal work item: AB#612433
I believe the issue is not with the table being temporary, but one instance being a global variable and the other being source table. At least using a non-temporary global variable yielded the same result as a temporary one in my test.
Regardless, I do believe it should be consistent between the global var and source table.