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

Condition Property Editor doesn't work when question.valueName equals to {prefix} + question.valueName #953

Closed
andrewtelnov opened this issue Sep 13, 2020 · 0 comments
Labels
Milestone

Comments

@andrewtelnov
Copy link
Member

For the following JSON, condition property editor will generate incorrect expression for "q2".

{
      elements: [
        { name: "q1", type: "text", valueName: "profile:q1" },
        {
          name: "q2",
          type: "text",
        },
      ],
    }

"visibleIf" property will use {profile:profile:q1} instead of {profile:q1}.

@andrewtelnov andrewtelnov added this to the v1.8.3 milestone Sep 13, 2020
andrewtelnov added a commit that referenced this issue Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant