From 1183a0386d60829e0f7ad3ec4aea760d8cadd18c Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 22 Nov 2021 16:39:30 -0600 Subject: [PATCH] New: Grab Title column option in History Fixes #628 --- frontend/src/History/HistoryRow.js | 15 +++++++++++++++ frontend/src/Store/Actions/historyActions.js | 6 ++++++ 2 files changed, 21 insertions(+) diff --git a/frontend/src/History/HistoryRow.js b/frontend/src/History/HistoryRow.js index 8b59a1152..0ebe3deb4 100644 --- a/frontend/src/History/HistoryRow.js +++ b/frontend/src/History/HistoryRow.js @@ -247,6 +247,21 @@ class HistoryRow extends Component { ); } + if (name === 'grabTitle') { + return ( + + { + data.title ? + data.title : + null + } + + ); + } + if (name === 'categories') { return (