From c4ec6f813211525fb50a0308ebde165f6273232a Mon Sep 17 00:00:00 2001 From: Benn Oshrin Date: Sun, 25 Apr 2021 15:46:26 -0400 Subject: [PATCH] Include id in matchgrid list (NOJIRA) --- app/src/Locale/en_US/default.po | 12 +++++++++--- app/src/Template/MatchgridRecords/columns.inc | 3 +++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app/src/Locale/en_US/default.po b/app/src/Locale/en_US/default.po index 6c675ead2..aab03d0fe 100644 --- a/app/src/Locale/en_US/default.po +++ b/app/src/Locale/en_US/default.po @@ -345,6 +345,9 @@ msgstr "Confidence Mode" msgid "match.fd.description" msgstr "Description" +msgid "match.fd.id" +msgstr "ID" + msgid "match.fd.invalidates" msgstr "Invalidates" @@ -537,12 +540,15 @@ msgstr "Reconcile Unresolved Requests" msgid "match.op.reconcile.a" msgstr "Reconcile Unresolved Requests ({0})" -msgid "match.op.reconcile.request" -msgstr "Reconcile Unresolved Request {0}/{1}" - msgid "match.op.reconcile.assign" msgstr "Assign This Reference ID" +msgid "match.op.reconcile.generate" +msgstr "Generate New Reference ID" + +msgid "match.op.reconcile.request" +msgstr "Reconcile Unresolved Request {0}/{1}" + msgid "match.op.save" msgstr "Save" diff --git a/app/src/Template/MatchgridRecords/columns.inc b/app/src/Template/MatchgridRecords/columns.inc index 8f8f0403e..0b572b29e 100644 --- a/app/src/Template/MatchgridRecords/columns.inc +++ b/app/src/Template/MatchgridRecords/columns.inc @@ -32,6 +32,9 @@ $forcePrimaryLink = true; // Note we don't need to do any special filtering, since MatchgridRecordsController will // force the model's table only to the one associated with the matchgrid $indexColumns = [ + 'id' => [ + 'type' => 'echo' + ], 'sor' => [ 'type' => 'echo' ],