[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 Jonathan Druart changed: What|Removed |Added Status|NEW |Needs Signoff -- You are

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #10 from Jonathan Druart --- Created attachment 77838 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77838&action=edit Bug 21068: Remove NorwegianPatronDB related code Bug 11401 introduced code to sup

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #11 from Jonathan Druart --- Created attachment 77839 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77839&action=edit Bug 21068: DB changes The update DB entry will not remove the prefs if NorwegianP

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #9 from Tomás Cohen Arazi --- (In reply to Tomás Cohen Arazi from comment #8) > Work to be done: > - Introduce a more general Koha::Sync class > - Add hooks so the sync can be handled by configured plugins (besides some >

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

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

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #7 from Magnus Enger --- Sounds good! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org h

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #6 from Benjamin Rokseth --- (In reply to Magnus Enger from comment #4) > (In reply to Benjamin Rokseth from comment #3) > > preferably as a module to koha core. > > What do you mean by this? > 1) Oh, just my hope to

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #5 from Martin Renvoize --- I would wholeheartedly advocate this feature being ported to a plugin and I believe there's actually a very strong case for the hooks for such a plugin to be added to core to accommodate it. I'

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #4 from Magnus Enger --- (In reply to Benjamin Rokseth from comment #3) > preferably as a module to koha core. What do you mean by this? > If we're the only ones using it, I'd say better remove it from community > cod

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #3 from Benjamin Rokseth --- Tomas PM'ed me on this and I briefly explained that we use the code, though heavily modified, in production. We add a Koha::Sync object and some logic, mostly to handle flaky implementation by

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 --- Comment #2 from Jonathan Druart --- (In reply to Magnus Enger from comment #1) > should look like this: > > $borrowersync->update( { 'sync' => $self->sync } ); $self->sync represents the Patron's attribute 'sync' (borrowers.sy

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 Jonathan Druart changed: What|Removed |Added Severity|enhancement |major -- You are receivi

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 Jonathan Druart changed: What|Removed |Added CC||jonathan.dru...@bugs.koha-

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-08-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 Bug 21068 depends on bug 20287, which changed state. Bug 20287 Summary: Move AddMember and ModMember to Koha::Patron https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 What|Removed |Add

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-07-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 Magnus Enger changed: What|Removed |Added CC||benjamin.rokseth@deichman.n

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |mag...@libriotech.no

[Koha-bugs] [Bug 21068] NorwegianPatronDBEnable - Check for prior ModMember calls that passed 'sync'

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068 Martin Renvoize changed: What|Removed |Added Depends on||20287 Referenced Bugs: