[Bug 32808] New: Logic in AgreementsList is flawed
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@gmail.com Reporter: jonathan.druart+koha@gmail.com CC: jonathan.druart+koha@gmail.com, jonathan.field@ptfs-europe.com, martin.renvoize@ptfs-europe.com, pedro.amorim@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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32808 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- It's actually correct. And things are improved on 32807, closing. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32808 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32807 Depends on|32807 | 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org