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 lists truncate when they aren't expanded #1230

Closed
Tracked by #21348
Skaiir opened this issue Aug 7, 2024 · 1 comment
Closed
Tracked by #21348

Dynamic lists truncate when they aren't expanded #1230

Skaiir opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Skaiir
Copy link
Contributor

Skaiir commented Aug 7, 2024

Describe the Bug

There is currently an issue where dynamic lists will not propagate data if they have not been expanded.

Steps to Reproduce

  1. open the playground
  2. add a dynamic list and some inner field (say, keyed to myItems & itemName)
  3. set the input data to a list of more than 5 items:
{
  "myItems": [
    {
      "itemName": "a"
    },
    {
      "itemName": "b"
    },
    {
      "itemName": "c"
    },
    {
      "itemName": "d"
    },
    {
      "itemName": "e"
    },
    {
      "itemName": "f"
    },
    {
      "itemName": "g"
    }
  ]
}

4. (optional) if the dynamic list is not collapsed at this point, collapse it
5. change the value of the last item
6. any item beyond the 5th isn't expanded (excepted) but also isn't available in the output data (very wrong)

Expected Behavior

  1. the collapsed or expanded states of a dynamic list should be purely visual and have no bearing on the output data

Related

internal: https://jira.camunda.com/browse/SUPPORT-23067?atlLinkOrigin=c2xhY2staW50ZWdyYXRpb258aXNzdWU%3D

@Skaiir Skaiir added bug Something isn't working in progress Currently worked on labels Aug 7, 2024
@Skaiir Skaiir self-assigned this Aug 7, 2024
Skaiir added a commit that referenced this issue Aug 26, 2024
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Aug 26, 2024
Skaiir added a commit that referenced this issue Aug 26, 2024
Skaiir added a commit that referenced this issue Aug 26, 2024
Skaiir added a commit that referenced this issue Aug 26, 2024
Skaiir added a commit that referenced this issue Aug 26, 2024
Skaiir added a commit that referenced this issue Aug 26, 2024
@Skaiir
Copy link
Contributor Author

Skaiir commented Aug 26, 2024

Closed via #1248.

@Skaiir Skaiir closed this as completed Aug 26, 2024
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant