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

Expandrow child gridview editable not working after migrating to Yii 2.0.49 #1078

Open
arnoschrijver80 opened this issue Sep 12, 2023 · 0 comments

Comments

@arnoschrijver80
Copy link

Prerequisites

  • [ V ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
  • [ V ] The issue still exists against the latest master branch of yii2-grid.
  • [ V ] This is not an usage question. I confirm having gone through and read the documentation and demos.
  • [ V ] This is not a general programming / coding question. (Those should be directed to the webtips Q & A forum).
  • [ V ] I have attempted to find the simplest possible steps to reproduce the issue.
  • [ X ] I have included a failing test as a pull request (Optional).

Steps to reproduce the issue

  1. Create a gridview with expandable and editable rows with gridview and editable columns inside
  2. Try to edit columns on the main gridview (works)
  3. Try to edit columns on the on the child gridview (does not work)

Expected behavior and actual behavior

The editable columns in both main and child gridview are working.

When I follow those steps, I see...
The fields in the child gridview aren't working anymore after a yii2 upgrade

I was expecting...
Both main and child gridview editable working as before upgrade yii to 2.049

Environment

Apache 2.4.56
PHP 8.2.8
Yii 2.0.49

Browsers

  • [ V ] Google Chrome
  • [ V ] Mozilla Firefox

Operating System

  • [ V ] Windows

Libraries

  • jQuery version: 3.7.1
  • yii2-grid version: 3.5.3.0

Isolating the problem

  • [ n/a ] This bug happens on the demos page
  • [ V ] The bug happens consistently across all tested browsers
  • [ V ] This bug happens when using yii2-grid without other plugins.

Main gridview editing works:
afbeelding

Child gridview editing does not work:
afbeelding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant