From 5069ad40ec49fc97c4b3b2992a37fccda1a3ea4c Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Tue, 10 Sep 2019 19:30:43 +0200 Subject: [PATCH] Add table attribute so extend autofilter. --- docs/HISTORY.txt | 1 + ftw/linkchecker/command/broken_link.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index d7185d8..da0eb7a 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -6,6 +6,7 @@ Changelog ------------------ - Log and make requests with link utf-8 encoded. [busykoala] +- Extend LinkObject table attributes so autofilter covers all columns. [busykoala] 1.3.0 (2019-09-10) diff --git a/ftw/linkchecker/command/broken_link.py b/ftw/linkchecker/command/broken_link.py index 1e5d76e..8b43ea9 100644 --- a/ftw/linkchecker/command/broken_link.py +++ b/ftw/linkchecker/command/broken_link.py @@ -15,7 +15,8 @@ class BrokenLink(object): 'content_type', 'response_time', 'error_message', - 'creator' + 'creator', + 'source_state' ] def __init__(self):