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

Nexus does not update the selected checkbox column in the list applet. #194

Open
OllegK opened this issue Jan 13, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@OllegK
Copy link
Contributor

OllegK commented Jan 13, 2023

Steps to reproduce:

  1. Update the checkbox list column using setControlValue.
  2. Save the record using writeRecord. At this moment, the last updated control (the checkbox list column) gets selected, it means the input element is created.
  3. Try to update this list column again using setControlValue. It is not updated. In jqgridrenderer in setCellValue if the input element is found, it just updates the value of it that does not make sense for the checkbox. The workaround could be to check if the input control exists before the update and focus on another list column.

It seems the issue happens in all Sibel versions. It does not happen with the form applet. The issue happens whether the list column has the icon map or not. The issue does not happen when the Siebel list applet HTML is removed and deployed the custom PR that does not extend the standard PR. The issue does not happen when the boolean field is exposed as the text.

@OllegK OllegK added the bug Something isn't working label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant