Hi, we noticed a reliably occurring bug.
We use forms in help topics to convey required input. A mockup of a definitions for a certain help topic looks like this:
User
(x) Name
( ) Adress
(x) Phone
(x) Status
Employer
(x) Name
(x) Adress
( ) Phone
( ) Status
Issue
(x) Priority
(x) Application
( ) Module
In the agents’ ticket views and the users’ create ticket view, everything is displayed as intended. In the users’ ticket view, the caption of the last form is displayed for every forms caption:
Issue
(x) Name
(x) Phone
(x) Status
Issue
(x) Name
(x) Adress
Issue
(x) Priority
(x) Application
The issue is very persistent so I believe the ticket information is parsed incorrectly. The last caption will be duplicated no matter what form is used last so it does not seem to be an issue related to any one form or help topic. Switching the system language back to English has not helped either.
Thanks for your help.