[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-04-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Joy Nelson changed: What|Removed |Added CC||j...@bywatersolutions.com ---

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #18 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Martin Renvoize changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #17 from Jonathan Druart --- Created attachment 101411 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101411=edit Bug 24464: (QA follow-up) Make the method reflect the lack of FK This patch makes it

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Jonathan Druart changed: What|Removed |Added Attachment #98275|0 |1 is obsolete|

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #16 from Jonathan Druart --- Created attachment 101410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101410=edit Bug 24464: Add K::A::Basket->creator This patch adds a ->creator method to

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Tomás Cohen Arazi changed: What|Removed |Added Blocks|20212 | Referenced Bugs:

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Tomás Cohen Arazi changed: What|Removed |Added Blocks||24918 Referenced

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Tomás Cohen Arazi changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Tomás Cohen Arazi changed: What|Removed |Added Attachment #98276|0 |1 is obsolete|

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #13 from Tomás Cohen Arazi --- Created attachment 101316 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101316=edit Bug 24464: Add K::A::Basket->creator This patch adds a ->creator method to

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #14 from Tomás Cohen Arazi --- Created attachment 101317 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101317=edit Bug 24464: (QA follow-up) Make the method reflect the lack of FK This patch makes it

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Tomás Cohen Arazi changed: What|Removed |Added Status|Failed QA |Needs Signoff

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #11 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #9) > Changes to to_api_mapping should not be part of this patchset. Would you accept a follow-up patch here? -- You are receiving this mail

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-03-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #12 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #10) > Also, I think the method should reflect the lack of FK, something like: > sub creator { > my ($self) = @_; > my $borrowernumber =

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #10 from Jonathan Druart --- Also, I think the method should reflect the lack of FK, something like: sub creator { my ($self) = @_; my $borrowernumber = $self->authorisedby; # FIXME missing FK here return

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Failed QA

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 David Nind changed: What|Removed |Added Attachment #97631|0 |1 is obsolete|

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 David Nind changed: What|Removed |Added Attachment #97632|0 |1 is obsolete|

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #6 from David Nind --- Thanks Katrin! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #5 from Katrin Fischer --- Hi David, I fixed it, the way is: Details > Edit details > Obsolete. Do you want to try again? -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Katrin Fischer changed: What|Removed |Added CC||katrin.fisc...@bsz-bw.de

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 David Nind changed: What|Removed |Added CC||da...@davidnind.com ---

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #3 from David Nind --- Created attachment 98272 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98272=edit Bug 24463: Add a basket_group relationship for baskets This patch aims to bring consistency

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-01-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 97631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97631=edit Bug 24464: Unit tests -- You are receiving this mail because: You are watching all bug

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-01-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 97632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97632=edit Bug 24464: Add K::A::Basket->creator This patch adds a ->creator method to

[Koha-bugs] [Bug 24464] Add K::A::Basket->creator

2020-01-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464 Tomás Cohen Arazi changed: What|Removed |Added Status|NEW |Needs Signoff