Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbale to listed out record created with Other option. #336

Open
pravinTek opened this issue Jan 6, 2020 · 0 comments
Open

Unbale to listed out record created with Other option. #336

pravinTek opened this issue Jan 6, 2020 · 0 comments

Comments

@pravinTek
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant