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+k...@gmail.com
          Reporter: jonathan.druart+k...@gmail.com
                CC: jonathan.druart+k...@gmail.com,
                    jonathan.fi...@ptfs-europe.com,
                    martin.renvo...@ptfs-europe.com,
                    pedro.amo...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to