[Koha-bugs] [Bug 30747] New: Column settings on otherholdings table in detail.tt doesnt work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 13 16:06:19 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30747

            Bug ID: 30747
           Summary: Column settings on otherholdings table in detail.tt
                    doesnt work
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lucas at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

If you turn on the system preference SeparateHoldings you will get a
otherholdings table on detail.tt. Table settings cannot be applied to this
table. The the Columns icon is not present in the top pager. 

The reason is because of the JS:

if ( !has_images[i] ) { // remove the cover_image column
     table_settings.splice(1,1);
}


table_settings.splice(1,1) is removing the table settings that control the
otherholdings table columns.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list