Skip to content

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

@OllegK

Description

@OllegK

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions