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

Dynamic Panel within Dynamic Panel: The inner Dynamic Panel doesn't display the specified initial number of panels #6646

Closed
JaneSjs opened this issue Aug 3, 2023 · 0 comments · Fixed by #6858
Assignees
Labels
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Aug 3, 2023

Usage Scenario: a Panel Dynamic is placed inside another Panel Dynamic question.
View Demo

{
 "logoPosition": "right",
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "paneldynamic",
     "name": "question1",
     "templateElements": [
      {
       "type": "expression",
       "name": "question2",
       "expression": "{panelIndex}"
      },
      {
       "type": "paneldynamic",
       "name": "question3",
       "templateElements": [
        {
         "type": "expression",
         "name": "question4",
         "expression": "{panelIndex}"
        }
       ],
       "panelCount": 5
      }
     ],
     "panelCount": 3
    }
   ]
  }
 ]
}

Issue: The inner Panel Dynamic question doesn't display the specified initial number of panels (5)

@JaneSjs JaneSjs changed the title The inner Panel Dynamic question doesn't display the specified initial number of panels: 5. The inner Panel Dynamic question doesn't display the specified initial number of panels Aug 3, 2023
@JaneSjs JaneSjs added the bug label Aug 3, 2023
andrewtelnov added a commit that referenced this issue Sep 4, 2023
@andrewtelnov andrewtelnov added this to the v1.9.106 milestone Sep 4, 2023
tsv2013 pushed a commit that referenced this issue Sep 4, 2023
@RomanTsukanov RomanTsukanov changed the title The inner Panel Dynamic question doesn't display the specified initial number of panels Dynamic Panel within Dynamic Panel: The inner Dynamic Panel doesn't display the specified initial number of panels Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants