To mirror the Record Bucket View grid, this patch adds a title column
in the query and pending bucket tabs that links to the catalog record
of the title displayed. The catalog record is opened in a new tab, so
the query and pending data is not lost.
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<eg-grid-action label="[% l('Clear List') %]"
handler="resetPendingList"></eg-grid-action>
+ <eg-grid-field label="[% l('Title') %]" path="title">
+ <a target="_blank" href="[% ctx.base_path %]/staff/cat/catalog/record/{{item.id}}">
+ {{item.title}}
+ </a>
+ </eg-grid-field>
</eg-grid>
<eg-grid-action label="[% l('Add To Bucket') %]"
handler="addToBucket"></eg-grid-action>
+ <eg-grid-field label="[% l('Title') %]" path="title">
+ <a target="_blank" href="[% ctx.base_path %]/staff/cat/catalog/record/{{item.id}}">
+ {{item.title}}
+ </a>
+ </eg-grid-field>
</eg-grid>