mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Feature: custom fields filtering & bulk editing (#6484)
This commit is contained in:
parent
bd4476d484
commit
63e1f9f5d3
28 changed files with 1563 additions and 323 deletions
|
|
@ -80,7 +80,7 @@ django_checks() {
|
|||
|
||||
search_index() {
|
||||
|
||||
local -r index_version=8
|
||||
local -r index_version=9
|
||||
local -r index_version_file=${DATA_DIR}/.index_version
|
||||
|
||||
if [[ (! -f "${index_version_file}") || $(<"${index_version_file}") != "$index_version" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue