[Koha-bugs] [Bug 32291] New: What is a library category?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 19 19:41:42 CET 2022


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

            Bug ID: 32291
           Summary: What is a library category?
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org

Also noticed a while ago, while translating. The errors mention library
categories repeatedly, but I didn't figure out how to trigger those messages or
what they were referring to. What is a library category and how can you add
one?

The page is Administration > Libraries
koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt

        [% CASE 'error_on_update_category' %]
            <span>An error occurred when updating this library category.
Perhaps it already exists.</span>
        [% CASE 'error_on_insert_category' %]
            <span>An error occurred when adding this library category. The
categorycode might already exist.</span>
        [% CASE 'error_on_delete_category' %]
            <span>An error occurred when deleting this library category. Check
the logs.</span>
        [% CASE 'success_on_update_category' %]
            <span>Library category updated successfully.</span>
        [% CASE 'success_on_insert_category' %]
            <span>Library category added successfully.</span>
        [% CASE 'success_on_delete_category' %]
            <span>Library category deleted successfully.</span>
        [% CASE 'cannot_delete_category' %]
            <span>This library category cannot be deleted. [%
m.data.libraries_count | html %] libraries are still using it.</span>

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


More information about the Koha-bugs mailing list