https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16631 Casey Conlin <casey.conlin@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #104 from Casey Conlin <casey.conlin@gmail.com> --- (In reply to Jason Robb from comment #101)
In the section starting with step 68, logging in with a patron that does *not* have the permission, the "Actions" column in the "Saved reports" table is consistently hidden by default.
Otherwise, up to that point everything seems to be working well as described!
Some other considerations:
It would be nice if the "Library limitation" multi-select used a select2 element like Koha uses elsewhere. That would also allow that input to fit nicely in the area above the SQL block since it takes up less space.
You can see an example at Administration > Item Types > Edit (/cgi-bin/koha/admin/itemtypes.pl?op=add_form&itemtype=BK)
Likewise, it would be nice if the "Library limits" column were consistent with the style that the Item types table uses, where it says the number of limitations and hovering that gives the library names and codes.
That's visible under Administration > Item types after you've set some limitations on an item type (/cgi-bin/koha/admin/itemtypes.pl)
Thank you for this feedback Jason! We were able to address each of the items you mentioned.
In the section starting with step 68, logging in with a patron that does *not* have the permission, the "Actions" column in the "Saved reports" table is consistently hidden by default.
Great catch here! This has been fixed.
It would be nice if the "Library limitation" multi-select used a select2 element like Koha uses elsewhere. That would also allow that input to fit nicely in the area above the SQL block since it takes up less space.
Thank you for this suggestion (and for the lead on where to find a similar implementation). This has been implemented in the new patch files, and it looks and functions better.
Likewise, it would be nice if the "Library limits" column were consistent with the style that the Item types table uses, where it says the number of limitations and hovering that gives the library names and codes.
This is also a great suggestion. We've implemented this, and the result is a much cleaner-looking table. Thank you again for this feedback. Please let me know if you find anything else we can improve here. -- You are receiving this mail because: You are watching all bug changes.