• Resolved martvanderkruis

    (@martvanderkruis)


    In a foreach I fetch multiple posts which I then show as pods->form. So I have multiple editable forms in a list. With the new release of Pods 2.8 all these forms show the same information. What happened?

    Also ‘post_title’ fields in a ->form show the same information when on the same page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    Can you clarify that the post_title issue is the same issue (showing the same field values for all items) or is that when you call $pod->form() for an individual pods( 'my_pod', $id ) object?

    Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    Looks like we found a compatibility issue. We didn’t have any beta testers using multiple forms so this did not come up before in our other extensive form field testing.

    We have it tracked in our GitHub here: https://github.com/pods-framework/pods/issues/6203

    Thread Starter martvanderkruis

    (@martvanderkruis)

    Great, thanks. Seems you reproduced my problem. Any idea in what timeframe we can expext a bugfixes update?

    Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    Right now, we’re looking at a fix for this particular thing by Friday. It’s going to take some work to get the complex nature of values/states handled in a unique way per form.

    Pod 2.8.1 should go out later today, so this may be in Pods 2.8.2 or 2.8.3, depending on if there are any other fixes we want to push out tomorrow.

    Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    Happy to report that Pods 2.8.3 just went out with a solution for your problem here. Let us know if you have any other questions/problems.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘All fields show the same data (2.8 problem)’ is closed to new replies.