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):