From 206d34c6422bc9978db9751cc6a7d7987a21261a Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Thu, 24 Mar 2022 21:49:37 +0100 Subject: [PATCH] New: Add optional Source Title column to history (cherry picked from commit 581fb2cb3d47d62fe16b840081647056ec77043d) --- frontend/src/Activity/History/HistoryRow.js | 10 ++++++++++ frontend/src/Store/Actions/historyActions.js | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/frontend/src/Activity/History/HistoryRow.js b/frontend/src/Activity/History/HistoryRow.js index 96f59fe4e..98718f70f 100644 --- a/frontend/src/Activity/History/HistoryRow.js +++ b/frontend/src/Activity/History/HistoryRow.js @@ -178,6 +178,16 @@ class HistoryRow extends Component { ); } + if (name === 'sourceTitle') { + return ( + + {sourceTitle} + + ); + } + if (name === 'details') { return (