Skip to content

Commit

Permalink
Include id in matchgrid list (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Apr 25, 2021
1 parent 244a9ec commit c4ec6f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app/src/Locale/en_US/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions app/src/Template/MatchgridRecords/columns.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand Down

0 comments on commit c4ec6f8

Please sign in to comment.