[Koha-bugs] [Bug 32808] New: Logic in AgreementsList is flawed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 2 22:47:45 CET 2023


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

            Bug ID: 32808
           Summary: Logic in AgreementsList is flawed
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: ERM
          Assignee: jonathan.druart+koha at gmail.com
          Reporter: jonathan.druart+koha at gmail.com
                CC: jonathan.druart+koha at gmail.com,
                    jonathan.field at ptfs-europe.com,
                    martin.renvoize at ptfs-europe.com,
                    pedro.amorim at ptfs-europe.com
        Depends on: 32807

<div v-if="!initialized">{{ $__("Loading") }}</div>
    <div v-else-if="agreements" id="agreements_list">
        <Toolbar v-if="before_route_entered" />
[...]
        <div v-if="agreements.length" class="page-section">
            <table :id="table_id"></table>
        </div>
        <div v-else-if="initialized" class="dialog message">
            {{ $__("There are no agreements defined") }}
        </div>
    </div>


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32807
[Bug 32807] No need to fetch all if we need to know if one exist
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list