From 331da583d5c43bb5da9535d41f2c557d3bf82d42 Mon Sep 17 00:00:00 2001 From: Alexander Berger Date: Tue, 3 Sep 2024 13:32:45 -0400 Subject: [PATCH] G3-425: Fix admin edit forms to remove new search column. --- pyproject.toml | 2 +- src/templates/admin/adminEdit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9d276e5..c2b8f2d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geneweaver-legacy" -version = "1.4.1" +version = "1.4.2" description = "" authors = ["Alexander Berger "] readme = "README.md" diff --git a/src/templates/admin/adminEdit.html b/src/templates/admin/adminEdit.html index 2cf28206..08e36cff 100644 --- a/src/templates/admin/adminEdit.html +++ b/src/templates/admin/adminEdit.html @@ -60,7 +60,7 @@

Edit {{table.split(".")[1]}}

{% for val in columns %} - {% if val != '_searchtext' %} + {% if val != '_searchtext' and not val.endswith('_tsvector') %}