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

If a matrix has a total row and a column has the same name as another question then a total cell renders this question value #5965

Closed
andrewtelnov opened this issue Apr 7, 2023 · 0 comments · Fixed by #5966
Assignees
Labels
bug user issue An issue or bug reported by users
Milestone

Comments

@andrewtelnov
Copy link
Member

The JSON bellow produces the issue. on changing "col1" text value, matrix total for the first column pickup the value from the question "col1".

{
    elements: [
      {
        type: "text",
        name: "col1",
      },
      {
        type: "matrixdynamic",
        name: "matrix",
        rowCount: 1,
        columns: [
          {
            name: "col1",
            cellType: "text"
          },
          {
            name: "col2",
            cellType: "text",
            totalType: "sum"
          },
        ]
      },
    ]
  }
@andrewtelnov andrewtelnov added bug user issue An issue or bug reported by users labels Apr 7, 2023
@andrewtelnov andrewtelnov added this to the v1.9.82 milestone Apr 7, 2023
@andrewtelnov andrewtelnov self-assigned this Apr 7, 2023
andrewtelnov added a commit that referenced this issue Apr 7, 2023
… question then a total cell renders this question value fixed #5965
novikov82 pushed a commit that referenced this issue Apr 7, 2023
… question then a total cell renders this question value fixed #5965 (#5966)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant