[Koha-bugs] [Bug 15928] Show unlinked guarantor
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15928 Srdjan Jankovic changed: What|Removed |Added CC||srd...@catalyst.net.nz --- Comment #4 from Srdjan Jankovic --- I think that condition would benefit greatly if written as: [% IF ( guarantorborrowernumber ) %] ... [% ELSIF (guarantorsurname || guarantorfirstname) %] ... [% END %] -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15921] DataTables JavaScript files included twice on many pages
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15921 Srdjan Jankovic changed: What|Removed |Added Attachment #48433|0 |1 is obsolete|| --- Comment #4 from Srdjan Jankovic --- Created attachment 49082 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49082&action=edit [SIGNED-OFF] Bug 15921: Do not include datatables js/css files twice datatables.inc loads dataTables.buttons.min.js and buttons.colVis.min.js since bug 15285: Update common files because the dom param now contains 'B'. The DT init fails with it does not know what 'B' means. Test plan: Test tables using buttons (columns visibility), they should work as before this patch. Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15921] DataTables JavaScript files included twice on many pages
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15921 Srdjan Jankovic changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15870] Add Filter for MARC to respect visibility settings
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15870 --- Comment #24 from M. Tompsett --- (In reply to Jonathan Druart from comment #21) > I am fine with modifying the record and not cloning it (better perfs), the > caller will have to take care of that if it does want to keep the original > record. BTW, the 4th patch removes the clone. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16013] Classification sources are not deletable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16013 Srdjan Jankovic changed: What|Removed |Added CC||srd...@catalyst.net.nz --- Comment #5 from Srdjan Jankovic --- This patch makes sense, however I must say that it worked for me even without it. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16013] Classification sources are not deletable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16013 Srdjan Jankovic changed: What|Removed |Added Attachment #48847|0 |1 is obsolete|| --- Comment #4 from Srdjan Jankovic --- Created attachment 49081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49081&action=edit [SIGNED-OFF] Bug 16013: Make classification sources deletable Because of a wrong variable scope, the classification sources are not deletable. Test plan: Create a classification sources (admin/classsources.pl) Try to delete it Without this patch, the classification source won't be deleted With this patch, it will work! Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16013] Classification sources are not deletable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16013 Srdjan Jankovic changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15434] Make search results breadcrumbs human readable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15434 --- Comment #24 from Katrin Fischer --- I think there might still be some missing, but I feel it's a good start and we can improve on it step by step. Right now it should hopefully already cover most searches done by patrons. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16054] Plack - variable scope error in paycollect.pl
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16054 Srdjan Jankovic changed: What|Removed |Added Attachment #49006|0 |1 is obsolete|| --- Comment #2 from Srdjan Jankovic --- Created attachment 49080 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49080&action=edit [SIGNED-OFF] Bug 16054: Fix variable scope error in paycollect.pl $borrower, $borrowernumber and $template and not visible in the subroutine. Using $b_ref and passing $template fixes the issue. Test plan: Under plack, use the pay selected button. On the paycollect page, you should see the image of the patron It certainly fixes some other bugs. Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16054] Plack - variable scope error in paycollect.pl
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16054 Srdjan Jankovic changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 13685] Sorting Patron Reading History
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13685 Aleisha Amohia changed: What|Removed |Added CC||aleishaamo...@hotmail.com --- Comment #5 from Aleisha Amohia --- Is this still valid? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16015] Cannot delete a group of libraries
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16015 Srdjan Jankovic changed: What|Removed |Added Attachment #48990|0 |1 is obsolete|| -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16015] Cannot delete a group of libraries
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16015 --- Comment #6 from Srdjan Jankovic --- Created attachment 49079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49079&action=edit [SIGNED-OFF] Bug 16015: Restore the ability to delete a group of libraries If a group of libraries is linked to at least 1 library, the group cannot be delete and the librarian should get a warning message. But if no libraries are linked, the deletion should be allowed. Since bug 15294 this behavior is broken: The deletion is always blocked: "This library category cannot be deleted. 0 libraries are still using it", hum... Test plan: Create a group of libraries, delete it Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16015] Cannot delete a group of libraries
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16015 Srdjan Jankovic changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16029] Do not show patron toolbar when showing the "patron does not exist" message
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16029 Aleisha Amohia changed: What|Removed |Added Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16029] Do not show patron toolbar when showing the "patron does not exist" message
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16029 Aleisha Amohia changed: What|Removed |Added Change sponsored?|--- |Sponsored Assignee|oleon...@myacpl.org |aleishaamo...@hotmail.com CC||aleishaamo...@hotmail.com -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16029] Do not show patron toolbar when showing the "patron does not exist" message
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16029 --- Comment #1 from Aleisha Amohia --- Created attachment 49078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49078&action=edit Bug 16029: Hide patron toolbar if patron does not exist To test: 1) Create a patron, take note of the borrower number 2) Delete the patron 3) Navigate to the page of the patron you just deleted by typing the url (ie /cgi-bin/koha/members/moremember.pl?borrowernumber=X) 4) Confirm that the patron toolbar is not showing on the page 5) The message now has a link that says 'Find another patron?'. Click this link and confirm you are taken to the member home pgae. Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15434] Make search results breadcrumbs human readable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15434 Srdjan Jankovic changed: What|Removed |Added Attachment #49075|0 |1 is obsolete|| --- Comment #23 from Srdjan Jankovic --- Created attachment 49077 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49077&action=edit [SIGNED-OFF] Bug 15434: Follow-up - Add more index terms Adds more index names, especially for - search for location and collection from adv search page - facet limits - authority number search from detail pages Also adds a space after the colon for limits. Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15044] add suggestion's date on Your purchase suggestions tab in OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15044 Aleisha Amohia changed: What|Removed |Added CC||aleishaamo...@hotmail.com Assignee|oleon...@myacpl.org |aleishaamo...@hotmail.com Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15044] add suggestion's date on Your purchase suggestions tab in OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15044 Aleisha Amohia changed: What|Removed |Added Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15044] add suggestion's date on Your purchase suggestions tab in OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15044 --- Comment #1 from Aleisha Amohia --- Created attachment 49076 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49076&action=edit Bug 15044: Add date suggestion to OPAC suggestions table To test: 1) Log in to OPAC, go to your purchase suggestions (opac-suggestions.pl) 2) Confirm there is now a 'Suggested on' column displaying the date of your past suggestions 3) Add a new purchase suggestion and confirm that the date displayed is correct Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16058] Add a button to delete an individual news item
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16058 --- Comment #1 from Aleisha Amohia --- Would be good to then style the buttons as font-awesome buttons -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15434] Make search results breadcrumbs human readable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15434 --- Comment #22 from Katrin Fischer --- Follow-up attached - Jonathan and Srjdan, can you check? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15434] Make search results breadcrumbs human readable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15434 --- Comment #21 from Katrin Fischer --- Created attachment 49075 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49075&action=edit Bug 15434: Follow-up - Add more index terms Adds more index names, especially for - search for location and collection from adv search page - facet limits - authority number search from detail pages Also adds a space after the colon for limits. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15434] Make search results breadcrumbs human readable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15434 Katrin Fischer changed: What|Removed |Added Attachment #46887|0 |1 is obsolete|| --- Comment #20 from Katrin Fischer --- Created attachment 49074 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49074&action=edit [PASSED QA] Bug 15434: Search criteria definition table Collected search criteria and limit labels in opac-bottom.inc, so it can be used for both making search criteria selects and displaying back selections on the result screen. *-opac-bootstrap.po translation files need to be changed: - references to opac-advanced-search.tt need to be updated to opac-bottom.inc - messages and translations need -s removed Signed-off-by: Nicole Engard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16058] New: Add a button to delete an individual news item
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16058 Bug ID: 16058 Summary: Add a button to delete an individual news item Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: gmcha...@gmail.com Reporter: aleishaamo...@hotmail.com QA Contact: testo...@bugs.koha-community.org At the moment, you can delete by checking an item and clicking 'Delete selected', but if you only want to delete one item then this adds an extra click and having a singular 'Delete' button would be good. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16057] Use font awesome button for cleaning a batch of staged MARC records
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16057 Aleisha Amohia changed: What|Removed |Added Change sponsored?|--- |Sponsored Assignee|gmcha...@gmail.com |aleishaamo...@hotmail.com -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16052] Styling buttons after MARC records have been staged
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16052 Aleisha Amohia changed: What|Removed |Added Attachment #49071|0 |1 is obsolete|| --- Comment #5 from Aleisha Amohia --- Created attachment 49073 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49073&action=edit Bug 16052: Putting buttons from after MARC records have been staged into a toolbar To test: 1) Go to Tools -> Stage MARC records for import 2) Upload any file and click Stage for import once it has uploaded 3) Confirm both links are now buttons in a toolbar and work as expected 4) Notice that 'Stage more MARC records' (what was once the 'Back' button) now takes you back to stage-marc-records.pl instead of tools-home.pl 5) Also confirm that the space between results and colon (MARC staging results :) is gone Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16057] Use font awesome button for cleaning a batch of staged MARC records
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16057 Aleisha Amohia changed: What|Removed |Added Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16057] Use font awesome button for cleaning a batch of staged MARC records
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16057 --- Comment #1 from Aleisha Amohia --- Created attachment 49072 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49072&action=edit Bug 16057: Use font awesome button for cleaning a batch of staged MARC records To test: 1) Go to Tools -> Staged MARC management (tools/manage-marc-import.pl) 2) Confirm that 'Clean' button is now styled as a font awesome button and works as expected Sponsored-by: Catalyst IT NOTE: If anyone can suggest an appropriate font awesome icon to go with this button, feel free to add it. I had a play around with some buttons and couldn't really find one that fit. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16057] New: Use font awesome button for cleaning a batch of staged MARC records
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16057 Bug ID: 16057 Summary: Use font awesome button for cleaning a batch of staged MARC records Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic record staging/import Assignee: gmcha...@gmail.com Reporter: aleishaamo...@hotmail.com QA Contact: testo...@bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16052] Styling buttons after MARC records have been staged
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16052 Aleisha Amohia changed: What|Removed |Added Attachment #48985|0 |1 is obsolete|| --- Comment #4 from Aleisha Amohia --- Created attachment 49071 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49071&action=edit Bug 16052: Putting buttons from after MARC records have been staged into a toolbar To test: 1) Go to Tools -> Stage MARC records for import 2) Upload any file and click Stage for import once it has uploaded 3) Confirm both links are now buttons in a toolbar and work as expected 4) Notice that 'Stage more MARC records' (what was once the 'Back' button) now takes you back to stage-marc-records.pl instead of tools-home.pl 5) Also confirm that the space between results and colon (MARC staging results :) is gone Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16050] 'Back' redirect after staging MARC records for import...
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16050 Aleisha Amohia changed: What|Removed |Added Resolution|--- |FIXED Status|Needs Signoff |RESOLVED --- Comment #2 from Aleisha Amohia --- This is being fixed in Bug 16052. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16052] Styling buttons after MARC records have been staged
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16052 --- Comment #3 from Aleisha Amohia --- (In reply to Owen Leonard from comment #2) > I think these buttons look good. However, my desire for logical consistency > makes me wonder whether they are the correct thing to use here. Usually we > use buttons to signify an action which is performed "with" something: > Submitting a form, usually. These buttons are navigational. > > If a plain link doesn't feel right, do we need to think about introducing a > new style that is neither a plain link nor a button? And how would that fit > in with other areas that have something similar? > > I also think we need to think about the use of "back" links, not just where > but anywhere they are used. In this case "back" might more accurately be > labeled "Stage more MARC records?" Perhaps I could make a toolbar to go at the top that has the 'Manage staged records' and 'Stage more MARC records' links. I think that makes sense and would follow the rest of the site for kind of navigational buttons that take you to other pages etc -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16038] Moving basketgroups actions into dropdown menus
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16038 --- Comment #3 from Aleisha Amohia --- (In reply to Owen Leonard from comment #2) > This looks good, but I see that Bug 11708 will make major changes to this > page. Patches on that bug are signed off, so you might want to apply your > changes on top of that? Maybe after it has passed QA, just in case? Will wait for Bug 11708 to pass QA and put this bug on hold. Extra reminder for myself: Change font-awesome icon for print buttons to an export button to go with Bug 16037 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16037] Printing a closed basket group doesn't work
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16037 Aleisha Amohia changed: What|Removed |Added Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16037] Printing a closed basket group doesn't work
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16037 --- Comment #3 from Aleisha Amohia --- Created attachment 49070 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49070&action=edit Bug 16037: Renaming 'Print basket group' as 'Export as PDF' To test: 1) Go to Acquisitions 2) Go to the basket groups for a vendor 3) Confirm that an open basket group has the option to 'Close and export as PDF' 4) Confirm that a closed basket group has the option to 'Export as PDF' 5) Confirm these buttons still work as expected Sponsored-by: Catalyst IT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16037] Printing a closed basket group doesn't work
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16037 Aleisha Amohia changed: What|Removed |Added Change sponsored?|--- |Sponsored Assignee|koha-b...@lists.koha-commun |aleishaamo...@hotmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15593] Spelling mistake
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15593 --- Comment #3 from Aleisha Amohia --- SORRY! Wrong bug number. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16036] Making basket actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16036 Aleisha Amohia changed: What|Removed |Added Attachment #49012|0 |1 is obsolete|| --- Comment #8 from Aleisha Amohia --- Created attachment 49069 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49069&action=edit [SIGNED-OFF] Bug 16036 [Follow-up] Making basket actions buttons This trivial follow-up adds an "actions" class to the table cell containing the new buttons. In conjunction with the style update in Bug 16048, this will prevent the buttons from wrapping at narrow browser window widths. To test, apply the patch for Bug 16048 and search for a vendor in Acquisitions which has at least one open basket. Confirm that the "View" and "Add to basket" buttons look correct and do not wrap when you make your browser window narrower. Signed-off-by: Aleisha -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16036] Making basket actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16036 Aleisha Amohia changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 16036] Making basket actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16036 Aleisha Amohia changed: What|Removed |Added Attachment #48923|0 |1 is obsolete|| --- Comment #7 from Aleisha Amohia --- Created attachment 49068 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49068&action=edit [SIGNED-OFF] Bug 16036: Making basket actions buttons To test: 1) Go to Acqui -> do a vendor search 2) Confirm actions 'View' and 'Add to basket' are now buttons and behave as expected Sponsored-by: Catalyst IT Signed-off-by: Frédéric Demians -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15736] Add a preference to control whether all items should be shown in checked-in items list
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15736 Liz Rea changed: What|Removed |Added CC||l...@catalyst.net.nz --- Comment #16 from Liz Rea --- Hi, Any chance we could get this for the 3.20 series? Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15593] Spelling mistake
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15593 Aleisha Amohia changed: What|Removed |Added Attachment #49064|0 |1 is obsolete|| -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15995] Making libraries actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15995 Aleisha Amohia changed: What|Removed |Added Attachment #49050|0 |1 is obsolete|| --- Comment #9 from Aleisha Amohia --- Created attachment 49067 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49067&action=edit [SIGNED-OFF] Bug 15995 [Follow-up] Making libraries actions buttons This trivial follow-up adds an "actions" class to the table cell containing the new buttons. In conjunction with the style update in Bug 16048, this will prevent the buttons from wrapping at narrow browser window widths. To test, apply the patch for Bug 16048 and go to Administration -> Libraries and Groups. Confirm that the "Edit" and "Delete" buttons do not wrap even at narrow browser window widths. Signed-off-by: Aleisha You forgot to add the class to one of the tables, but I have added it -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15995] Making libraries actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15995 Aleisha Amohia changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15993] Making currency actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15993 Aleisha Amohia changed: What|Removed |Added Attachment #49043|0 |1 is obsolete|| --- Comment #9 from Aleisha Amohia --- Created attachment 49065 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49065&action=edit [SIGNED-OFF] Bug 15993: Making currency actions buttons To test: 1) Go to Administration -> Currencies and exchange rates 2) Confirm that the actions 'Edit' and 'Delete' are now buttons and behave as expected. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard https://bugs.koha-community.org/show_bug.cgi?id=15593 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15993] Making currency actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15993 --- Comment #10 from Aleisha Amohia --- Created attachment 49066 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49066&action=edit [SIGNED-OFF] Bug 15993 [Follow-up] Making currency actions buttons This trivial follow-up adds an "actions" class to the table cell containing the new buttons. In conjunction with the style update in Bug 16048, this will prevent the buttons from wrapping at narrow browser window widths. To test, apply the patch for Bug 16048 and go to Administration -> Currencies and exchange rates. In the table of currencies, confirm that the "Edit" and "Delete" buttons are not stacked one on top of the other even at narrow browser window widths. Signed-off-by: Aleisha https://bugs.koha-community.org/show_bug.cgi?id=15593 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15993] Making currency actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15993 Aleisha Amohia changed: What|Removed |Added Attachment #49044|0 |1 is obsolete|| -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15993] Making currency actions buttons
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15993 Aleisha Amohia changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15593] Spelling mistake
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15593 Aleisha Amohia changed: What|Removed |Added CC||aleishaamo...@hotmail.com Attachment #49063|0 |1 is obsolete|| -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15593] Spelling mistake
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15593 --- Comment #2 from Aleisha Amohia --- Created attachment 49064 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49064&action=edit [SIGNED-OFF] Bug 15993 [Follow-up] Making currency actions buttons This trivial follow-up adds an "actions" class to the table cell containing the new buttons. In conjunction with the style update in Bug 16048, this will prevent the buttons from wrapping at narrow browser window widths. To test, apply the patch for Bug 16048 and go to Administration -> Currencies and exchange rates. In the table of currencies, confirm that the "Edit" and "Delete" buttons are not stacked one on top of the other even at narrow browser window widths. Signed-off-by: Aleisha -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15593] Spelling mistake
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15593 --- Comment #1 from Aleisha Amohia --- Created attachment 49063 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49063&action=edit [SIGNED-OFF] Bug 15993: Making currency actions buttons To test: 1) Go to Administration -> Currencies and exchange rates 2) Confirm that the actions 'Edit' and 'Delete' are now buttons and behave as expected. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15932] Moving Authorities actions into a drop-down menu
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15932 Aleisha Amohia changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 15932] Moving Authorities actions into a drop-down menu
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15932 Aleisha Amohia changed: What|Removed |Added Attachment #48909|0 |1 is obsolete|| --- Comment #10 from Aleisha Amohia --- Created attachment 49062 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49062&action=edit Bug 15932: Moving Authorities actions into a drop-down menu Edit: Removed datatables stuff and fixed merge conflict Edit: Removed code from Comment 9 (no it wasn't intentional) To test: 1) Go to Authorities and do an authority search (authorities-home.pl) 2) Confirm that the options (Edit, Merge, Delete) are there and behave as expected. EDIT: 3) Click Delete then Cancel, confirm page does not scroll to the top Sponsored-by: Catalyst IT Signed-off-by: Frédéric Demians Signed-off-by: Nicole C Engard -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 14633] apache2-mpm-itk depencency makes Koha uninstallable on Debian Stretch
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14633 Josef Moravec changed: What|Removed |Added CC||josef.mora...@gmail.com -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/
[Koha-bugs] [Bug 12904] Force browser to load new javascript files after upgrade
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904 Josef Moravec changed: What|Removed |Added CC||josef.mora...@gmail.com -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/