OpenFaces icon indicating copy to clipboard operation
OpenFaces copied to clipboard

SM OR – Line/Corner (All) selection from Update Dimensions Dialog are not working

Open mihaitms opened this issue 9 years ago • 2 comments

Open any contract -> Go to Terms Tab -> Select any existing group -> Double-Click on any dimension field (Rights Type, Territories, Platforms / Formats, Languages / Services)

  • For Rights and Territories, Clicking on the Rights Types header or Territories header does not check/uncheck all checkboxes (see All-Picture1) or clicking on any field below Rights Types, does not check/uncheck its respective checkbox (see All-Picture2)
  • For Platforms/Formats and Languages/Services, clicking on Platform/Format Selection header or Languages/Services Selection header does not check/uncheck all checkboxes (see All-Picture3); clicking on any field below the Platform/Format Selection header or Languages/Services Selection header does not check/uncheck the respective line of checkboxes (see All-Picture4); Clicking on Languages/Services headers (like Dubbing, Subtitling and so on) or Platform/Format headers (like High Hefinition, Standard Definition), checks/unchecks the first column, rather than its own (see All-Picture5) all-picture2 all-picture1 all-picture3 all-picture4 all-picture5

mihaitms avatar Nov 11 '16 11:11 mihaitms

Although manually selected (entire line/grid), only items from the first column remain selected

mihaitms avatar Nov 22 '16 10:11 mihaitms

Hi! I've checked your issue and provide next screen and text from our documentation image The <o:columns> tag does not have the id or rendered attributes. However, you can specify the identifier and a flag that indicates whether or not the column is visible for each dynamic column using the columnId and columnRendered attributes of the <o:columns> tag, respectively. These attributes should be specified as value-binding expressions that refer to identifier or a flag indicating whether column is visible for each dynamic column. You can use a column data variable specified in the var attribute in the expression for these attributes. Please note that column identifiers evaluated for columns inside the <o:columns> tag are used in the same way as id attributes of ordinary <o:column> tags, so the identifiers evaluated using this expression should be unique in bounds of the containing DataTable.

Also, you try to change your checkbox, but all your checkbox have identical id

SergeyPentsov avatar Dec 12 '16 13:12 SergeyPentsov