Add Repair Job to clean up filter groups without columns
Open
@blizzz is already working on this.
Since Jul 12, 2024.
1. to develop
bug
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
After https://github.com/nextcloud/tables/issues/1197 is fixed
Create a one time repair job that checks all view's filters and removes those that have no column set.
They typically look like {"columnId":null,"operator":null,"value":""} in the Database, as value for the filter column in oc_tables_views, but the null columnId is the important aspect.
In the follow up release, the quick fix from #1196 can be reverted again.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.