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
As a user, while saving one of the types of UCM form with tjlist type field.
In the tjlist field selecting one option from the list, that time entry goes into the table(tjfields_fields_value) in the following format:
Id field_id content_id value option_id user_id client
1 111111 1588 HR 241 324 com_tjucm.rop
Again user try to update the same record and choosing tjlist type field value as 'Other' and enter some text in the free text box. The table was updated with the following values:
Id field_id content_id value option_id user_id client
1 111111 1588 tjlist:- sample 241 324 com_tjucm.rop
Observation:
Option Id not updated while selecting 'Other' option.
It is affecting to show record in listview.
Expectation:
Entry should go into the table with following values,
Id field_id content_id value option_id user_id client
1 111111 1588 tjlist:- sample 0 324 com_tjucm.rop
No description provided.
The text was updated successfully, but these errors were encountered: