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

Better "remove empty rows" #26270

Open
ankush opened this issue May 1, 2024 · 0 comments · May be fixed by #26315
Open

Better "remove empty rows" #26270

ankush opened this issue May 1, 2024 · 0 comments · May be fixed by #26315

Comments

@ankush
Copy link
Member

ankush commented May 1, 2024

Currently we check if any "in list view" fields are falsy, if so we remove the row. This is confusing behaviour so I removed it here: #26269

A better fix probably:

  • Flag new rows as undirty
  • When new row is modified, make them dirty
  • When saving remove new, undirty rows.

This doesn't work with scripts modifying newly created row mostly.

This still has a lot of ways to go wrong, maybe we shouldn't have this feature at all.

@ssuda ssuda linked a pull request May 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant