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: [email protected]
Reporter: [email protected]
CC: [email protected],
[email protected],
[email protected],
[email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/