[Koha-bugs] [Bug 22154] Subtype search for Format - Braille doesn't look for the right codes

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22154 Michal Denar changed: What|Removed |Added CC||blac...@gmail.com -- You

[Koha-bugs] [Bug 22698] Fix incorrect button classes

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22698 Michal Denar changed: What|Removed |Added CC||blac...@gmail.com

[Koha-bugs] [Bug 22698] Fix incorrect button classes

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22698 Michal Denar changed: What|Removed |Added Attachment #87927|0 |1 is obsolete|

[Koha-bugs] [Bug 22407] OMNIBUS: Use DBIC relations to fetch related object rather than searching for the object

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22407 --- Comment #11 from Martin Renvoize --- We could also use 'skip_relationships' in our dbicdump script to prevent outputting superfluous relationships given we can't/won't use them until we've manually written code in the

[Koha-bugs] [Bug 15496] Delete Bib After Moving Item

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15496 Tomás Cohen Arazi changed: What|Removed |Added CC||tomasco...@gmail.com

[Koha-bugs] [Bug 22407] OMNIBUS: Use DBIC relations to fetch related object rather than searching for the object

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22407 --- Comment #10 from Tomás Cohen Arazi --- (In reply to Martin Renvoize from comment #9) > This has me wondering.. we're often renaming relationships within > Koha::Objects (understandably as often our db derived ones are horrible >

[Koha-bugs] [Bug 16825] Add API route for getting an item

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16825 Tomás Cohen Arazi changed: What|Removed |Added Blocks|18191 | Referenced Bugs:

[Koha-bugs] [Bug 18191] Add endpoint to list valid pickup locations

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18191 Tomás Cohen Arazi changed: What|Removed |Added Depends on|16825, 17371, 7614 | Referenced Bugs:

[Koha-bugs] [Bug 7614] Use branch transfer limits for determining available opac holds pickup locations

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7614 Tomás Cohen Arazi changed: What|Removed |Added Blocks|18191 | Referenced Bugs:

[Koha-bugs] [Bug 17371] Add routes for biblios

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17371 Tomás Cohen Arazi changed: What|Removed |Added Blocks|18191 | Referenced Bugs:

[Koha-bugs] [Bug 18191] Add endpoint to list valid pickup locations

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18191 Tomás Cohen Arazi changed: What|Removed |Added URL|

[Koha-bugs] [Bug 18191] Add endpoint to list valid pickup locations

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18191 Tomás Cohen Arazi changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |tomasco...@gmail.com

[Koha-bugs] [Bug 22407] OMNIBUS: Use DBIC relations to fetch related object rather than searching for the object

2019-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22407 --- Comment #9 from Martin Renvoize --- This has me wondering.. we're often renaming relationships within Koha::Objects (understandably as often our db derived ones are horrible because of poor initial db design). Should this