nextcloud / nextcloud/tables

Add Repair Job to clean up filter groups without columns

Open
#1,198 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.