Bugzilla – Attachment 104168 Details for
Bug 15668
Add column configuration to the items table in staff detail pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15668: (QA follow-up) Add date accessioned to column configuration
Bug-15668-QA-follow-up-Add-date-accessioned-to-col.patch (text/plain), 2.60 KB, created by
Katrin Fischer
on 2020-05-02 01:49:59 UTC
(
hide
)
Description:
Bug 15668: (QA follow-up) Add date accessioned to column configuration
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-05-02 01:49:59 UTC
Size:
2.60 KB
patch
obsolete
>From 02c9df659f47565a4149ff913357f1dbf9c6c878 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 2 May 2020 03:31:30 +0200 >Subject: [PATCH] Bug 15668: (QA follow-up) Add date accessioned to column > configuration > >The date accessioned column in the items table was not >configurable in the columns settings. > >To test: >- Make sure the Date accessioned is shown in the column list > on both tables >- Make sure that configuring it via Adminitration > Configure > columns works as intended >--- > admin/columns_settings.yml | 4 ++++ > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 027528b51c..a0eabb717a 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -271,6 +271,8 @@ modules: > - > columnname: holdings_lastseen > - >+ columnname: holdings_dateaccessioned >+ - > columnname: holdings_barcode > - > columnname: holdings_enumchron >@@ -321,6 +323,8 @@ modules: > - > columnname: otherholdings_lastseen > - >+ columnname: otherholdings_dateaccessioned >+ - > columnname: otherholdings_barcode > - > columnname: otherholdings_enumchron >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index b5045aeb92..95af8c679c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -240,7 +240,7 @@ > [% END %] > <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th> > <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen" class="title-string">Last seen</th> >- <th id="[% tab | html %]_datesccessioned" date-colname="[% tab | html %]_datesccessioned" class="title-string">Date accessioned</th> >+ <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned" class="title-string">Date accessioned</th> > <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th> > [% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %] > [% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15668
:
72540
|
100641
|
100642
|
100786
|
100787
|
100805
|
101816
|
101817
|
104165
|
104166
|
104167
| 104168