Koha/circ
Aleisha Amohia ac00c7a30d Bug 17698: (follow-up) Fixing things in Comment 57
3. In the JS console: "ReferenceError: $ is not defined", I did not
investigate it.

Where do you see this in the console? I cannot recreate on opac-user.pl
or on circ/checkout-notes.pl.

5. The alert id=error is displayed then hide in JS, but it's then
displayed half a second. We should hide it by default (css)

Fixed in this patch

6. I would move the "mark seen" and "mark not seen" buttons at the
top of the table

Fixed in this patch

8. Cursor on "Select all" and "Clear all" links must be adjusted

Fixed in this patch

9. $(".btn-xs").click(function(event){
The selector should be $("button.seen, button.notseen"), you
do not want to apply this function to all other btn-xs on
the page (maybe there are only two for now, but who knows
later?)

Fixed in this patch

12. Important: When a note is updated, it's still marked as
seen. Is it the expected behavior?

I don't see this behaviour. When a note is updated it is
marked as not seen.
opav/svc/checkout_notes:79: $issue->set({ notedate =>
dt_from_string(), note => $clean_note, noteseen => 0
})->store;

13. What will happen when hundred of notes will be on this
table? Not blocker but we will need a "hide seen" buttons to
filters the already seen notes.

Added in this patch

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-07-23 15:23:43 +00:00
..
add_message.pl Bug 18403: Update permissions - borrowers => 1|* becomes borrowers => 'edit_borrowers' 2018-02-12 15:41:37 -03:00
article-request-slip.pl Bug 20851: Add module to circ/article-request-slip.pl 2018-06-08 09:48:12 -04:00
article-requests.pl
bookcount.pl Bug 19943: Gentle error handling for bookcount.pl 2018-03-23 12:32:05 -03:00
branchoverdues.pl Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
branchtransfers.pl Bug 17698: (follow-up) Koha Objects, access borrower through patron sub 2018-07-23 15:23:41 +00:00
checkout-notes.pl Bug 17698: (QA follow-up) Fix minors design issues 2018-07-23 15:23:42 +00:00
circulation-home.pl Bug 17698: (follow-up) Fixing things in Comment 57 2018-07-23 15:23:43 +00:00
circulation.pl Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
del_message.pl Bug 18403: Update permissions - borrowers => 1|* becomes borrowers => 'edit_borrowers' 2018-02-12 15:41:37 -03:00
hold-transfer-slip.pl Bug 17561: ReserveSlip needs itemnumber for item level holds on same biblio 2018-06-04 13:40:36 -04:00
offline-mf.pl
offline.pl
on-site_checkouts.pl Bug 17698: (follow-up) Fixing some small issues 2018-07-23 15:23:42 +00:00
overdue.pl Bug 18789: Send Koha::Patron object to the templates 2018-02-16 13:03:58 -03:00
pendingreserves.pl Bug 19287: (follow-up) Use the notice defined for the library of the patron 2018-05-24 10:11:48 -03:00
renew.pl Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
request-article.pl Bug 14610 - Add and update scripts 2016-10-26 12:15:14 +00:00
reserveratios.pl Bug 19997: use Modern::Perl in Circulation perl scripts 2018-02-05 09:45:48 -03:00
returns.pl Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
selectbranchprinter.pl Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
transfer-slip.pl Bug 19997: use Modern::Perl in Circulation perl scripts 2018-02-05 09:45:48 -03:00
transferstoreceive.pl Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
view_holdsqueue.pl Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
waitingreserves.pl Bug 17698: (follow-up) Changing to Koha Objects style, adding circ sidebar 2018-07-23 15:23:41 +00:00
ypattrodue-attr-search-authvalue.pl Bug 19997: use Modern::Perl in Circulation perl scripts 2018-02-05 09:45:48 -03:00
ysearch.pl Bug 20707: Replace circ/search.pl circulate permission requirement with catalogue 2018-05-11 11:36:23 -03:00