-
Notifications
You must be signed in to change notification settings - Fork 111
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
Dragging rows in a group creates rows without IDs and causes issues #861
Comments
Thanks for reporting, that is really cumbersome! Moving this to ready so we follow up, soon! |
Thanks for reporting. Seems like our layout updater is not working properly (missing rows set). I will investigate. |
Interestingly, the fields are still visible in the Also, the broken behavior is not visible in the Dynamic Lists branch (#808) where we changed some things in the rendering of a group. Let's evaluate this bug once we have dynamic list merged and before we release the next version. |
We pick up this again to prevent While moving fields, there might be no row: targetRow ? targetRow.id : this._formLayouter.nextRowId() |
Describe the Bug
Dragging rows in a group creates rows without IDs and causes issues.
Steps to Reproduce
See:
Bildschirmaufnahme.2023-10-21.um.10.36.40.mov
Expected Behavior
Environment
The text was updated successfully, but these errors were encountered: