complexqa_frontend_core 1.19.7 → 1.19.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "complexqa_frontend_core",
3
- "version": "1.19.7",
3
+ "version": "1.19.9",
4
4
  "description": "core of web ",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,7 +34,7 @@ function build_test_run_result_listing_columns(locale, { include_select = true }
34
34
 
35
35
  /**
36
36
  * Колонки выбора результатов прогона (диалог связывания на bug/details).
37
- * Без чекбокса, goto и completed_at; title шире listing на 50px.
37
+ * Без goto и completed_at; title шире listing на 50px.
38
38
  *
39
39
  * @param {string} locale
40
40
  * @returns {import('../../../types/family_service/typeTableColumn.js').typeTableColumn[]}
@@ -44,6 +44,7 @@ function build_test_run_result_picker_columns(locale)
44
44
  const model = new typeTestRunResult();
45
45
 
46
46
  return [
47
+ createRowSelectColumn(),
47
48
  createColumn(model, locale, 'test_case_id.test_case_title', {
48
49
  header_field : 'test_case_title',
49
50
  header_element_type : 'test_case',