[Koha-bugs] [Bug 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-05-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Katrin Fischer  changed:

   What|Removed |Added

 CC||colin.campbell@ptfs-europe.
   ||com
  Component|Architecture, internals,|SIP2
   |and plumbing|

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Lucas Gass  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|Pushed to stable|RESOLVED
 CC||lu...@bywatersolutions.com

--- Comment #18 from Lucas Gass  ---
enhancement will not be backported to 19.05.x

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Joy Nelson  changed:

   What|Removed |Added

 Status|Pushed to master|Pushed to stable
 Version(s)|20.05.00|20.05.00, 19.11.06
released in||

--- Comment #17 from Joy Nelson  ---
Thanks for the rebase!  Backported to 19.11.x for 19.11.06

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-05-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

--- Comment #16 from Nick Clemens  ---
Created attachment 104622
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104622=edit
Bug 20816: [19.11.x] Add ability to define custom templated fields in SIP
patron responses

To test:
 1 - You will need to enable SIP on your testing instance
cp etc/SIPconfig.xml /etc/koha/sites/kohadev/
sudo koha-start-sip
add a user listed in the SIPconfig to your system and give them permissions
(superlibrarian works)
on koha-testing-docker you should be able to start sip with user koha/koha
without any adjustments
 2 - If you copied the above file you should be set to get custom field DE with
dateexpiry
 Otherwise edit the sip login for the user to have a custom section like:
  
  
  
 3 - send a status test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l
kohalibrary --patron 23529001000463 -m patron_status_request
 4 - send an information test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l
kohalibrary --patron 23529001000463 -m patron_information
 5 - confirm you receive the DE field with a dateexpiry
 6 - Add your own custom fields and confirm it works with several
 
 7 - prove -v t/db_dependent/SIP/Patron.t
 8 - prove -v t/db_dependent/SIP/

Signed-off-by: Andrew Fuerste-Henry 
Signed-off-by: Martin Renvoize 

Bug 20816: Make SIP tests pass under ES

Signed-off-by: Andrew Fuerste-Henry 
Signed-off-by: Martin Renvoize 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-05-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

--- Comment #15 from Joy Nelson  ---
tests don't apply to 19.11.x  please rebase if needed in 19.11

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Martin Renvoize  changed:

   What|Removed |Added

 Version(s)||20.05.00
released in||
 Status|Passed QA   |Pushed to master

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

--- Comment #14 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 list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Martin Renvoize  changed:

   What|Removed |Added

 CC||martin.renvoize@ptfs-europe
   ||.com
 Status|Signed Off  |Passed QA

--- Comment #13 from Martin Renvoize  ---
Works well and code makes sense.  Tests pass, though the QA script spits out a
random POD error.. manually checking the POD it looks OK to me.

Passing QA.

I like that we're generalised the TT parsing into a ->format method, though it
may be nice to have abstracted that a level higher somehow as it's almost
exactly repeated in SIP/ILS/Item at least... one for another day however.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #102469|0   |1
is obsolete||

--- Comment #11 from Martin Renvoize  ---
Created attachment 103385
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103385=edit
Bug 20816: Add ability to define custom templated fields in SIP patron
responses

To test:
 1 - You will need to enable SIP on your testing instance
cp etc/SIPconfig.xml /etc/koha/sites/kohadev/
sudo koha-start-sip
add a user listed in the SIPconfig to your system and give them permissions
(superlibrarian works)
on koha-testing-docker you should be able to start sip with user koha/koha
without any adjustments
 2 - If you copied the above file you should be set to get custom field DE with
dateexpiry
 Otherwise edit the sip login for the user to have a custom section like:
  
  
  
 3 - send a status test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l
kohalibrary --patron 23529001000463 -m patron_status_request
 4 - send an information test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l
kohalibrary --patron 23529001000463 -m patron_information
 5 - confirm you receive the DE field with a dateexpiry
 6 - Add your own custom fields and confirm it works with several
 
 7 - prove -v t/db_dependent/SIP/Patron.t
 8 - prove -v t/db_dependent/SIP/

Signed-off-by: Andrew Fuerste-Henry 
Signed-off-by: Martin Renvoize 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #102470|0   |1
is obsolete||

--- Comment #12 from Martin Renvoize  ---
Created attachment 103386
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103386=edit
Bug 20816: Make SIP tests pass under ES

Signed-off-by: Andrew Fuerste-Henry 
Signed-off-by: Martin Renvoize 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Andrew Fuerste-Henry  changed:

   What|Removed |Added

 Attachment #102447|0   |1
is obsolete||

--- Comment #10 from Andrew Fuerste-Henry  ---
Created attachment 102470
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102470=edit
Bug 20816: Make SIP tests pass under ES

Signed-off-by: Andrew Fuerste-Henry 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Andrew Fuerste-Henry  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
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Andrew Fuerste-Henry  changed:

   What|Removed |Added

  Attachment #96811|0   |1
is obsolete||

--- Comment #9 from Andrew Fuerste-Henry  ---
Created attachment 102469
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102469=edit
Bug 20816: Add ability to define custom templated fields in SIP patron
responses

To test:
 1 - You will need to enable SIP on your testing instance
cp etc/SIPconfig.xml /etc/koha/sites/kohadev/
sudo koha-start-sip
add a user listed in the SIPconfig to your system and give them permissions
(superlibrarian works)
on koha-testing-docker you should be able to start sip with user koha/koha
without any adjustments
 2 - If you copied the above file you should be set to get custom field DE with
dateexpiry
 Otherwise edit the sip login for the user to have a custom section like:
  
  
  
 3 - send a status test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l
kohalibrary --patron 23529001000463 -m patron_status_request
 4 - send an information test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l
kohalibrary --patron 23529001000463 -m patron_information
 5 - confirm you receive the DE field with a dateexpiry
 6 - Add your own custom fields and confirm it works with several
 
 7 - prove -v t/db_dependent/SIP/Patron.t
 8 - prove -v t/db_dependent/SIP/

Signed-off-by: Andrew Fuerste-Henry 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Nick Clemens  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Nick Clemens  changed:

   What|Removed |Added

  Attachment #96812|0   |1
is obsolete||

--- Comment #8 from Nick Clemens  ---
Created attachment 102447
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102447=edit
Bug 20816: Make SIP tests pass under ES

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Andrew Fuerste-Henry  changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||and...@bywatersolutions.com

--- Comment #7 from Andrew Fuerste-Henry  ---
The ES patch no longer applies.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Nick Clemens  changed:

   What|Removed |Added

  Attachment #93494|0   |1
is obsolete||

--- Comment #6 from Nick Clemens  ---
Created attachment 96812
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96812=edit
Bug 20816: Make SIP tests pass under ES

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2020-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Nick Clemens  changed:

   What|Removed |Added

  Attachment #93493|0   |1
is obsolete||

--- Comment #5 from Nick Clemens  ---
Created attachment 96811
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96811=edit
Bug 20816: Add ability to define custom templated fields in SIP patron
responses

To test:
 1 - You will need to enable SIP on your testing instance
cp etc/SIPconfig.xml /etc/koha/sites/kohadev/
sudo koha-start-sip
add a user listed in the SIPconfig to your system and give them permissions
(superlibrarian works)
on koha-testing-docker you should be able to start sip with user koha/koha
without any adjustments
 2 - If you copied the above file you should be set to get custom field DE with
dateexpiry
 Otherwise edit the sip login for the user to have a custom section like:
  
  
  
 3 - send a status test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l
kohalibrary --patron 23529001000463 -m patron_status_request
 4 - send an information test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l
kohalibrary --patron 23529001000463 -m patron_information
 5 - confirm you receive the DE field with a dateexpiry
 6 - Add your own custom fields and confirm it works with several
 
 7 - prove -v t/db_dependent/SIP/Patron.t
 8 - prove -v t/db_dependent/SIP/

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2019-10-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Eric Bégin  changed:

   What|Removed |Added

 CC||bouzid.ferg...@inlibro.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2019-10-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

--- Comment #4 from Nick Clemens  ---
Created attachment 93494
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93494=edit
Bug 20816: Make SIP tests pass under ES

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2019-10-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Nick Clemens  changed:

   What|Removed |Added

  Attachment #90813|0   |1
is obsolete||

--- Comment #3 from Nick Clemens  ---
Created attachment 93493
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93493=edit
Bug 20816: Add ability to define custom templated fields in SIP patron
responses

To test:
 1 - You will need to enable SIP on your testing instance
cp etc/SIPconfig.xml /etc/koha/sites/kohadev/
sudo koha-start-sip
add a user listed in the SIPconfig to your system and give them permissions
(superlibrarian works)
 2 - If you copied the above file you should be set to get custom field DE with
dateexpiry
 3 - send a status test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su lpl-sc-beacock -sp
xyzzy -l LPL --patron nick -m patron_status_request
 4 - send an information test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su lpl-sc-beacock -sp
xyzzy -l LPL --patron nick -m patron_information
 5 - confirm you receive the DE field with a dateexpiry
 6 - Add your own custom fields and confirm it works with several
 7 - prove -v t/db_dependent/SIP/Patron.t
 8 - prove -v t/db_dependent/SIP/

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2019-10-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Jesse Maseto  changed:

   What|Removed |Added

 CC||je...@bywatersolutions.com

--- Comment #2 from Jesse Maseto  ---
Patch does not apply. Merge conflicts.

Using index info to reconstruct a base tree...
M   C4/SIP/ILS/Patron.pm
M   C4/SIP/Sip.pm
M   C4/SIP/Sip/MsgType.pm
M   etc/SIPconfig.xml
Falling back to patching base and 3-way merge...
Auto-merging etc/SIPconfig.xml
CONFLICT (content): Merge conflict in etc/SIPconfig.xml
Auto-merging C4/SIP/Sip/MsgType.pm
CONFLICT (content): Merge conflict in C4/SIP/Sip/MsgType.pm
Auto-merging C4/SIP/Sip.pm
Auto-merging C4/SIP/ILS/Patron.pm
error: Failed to merge in the changes.
Patch failed at 0001 Bug 20816: Add ability to define custom templated fields
in SIP patron responses
The copy of the patch that failed is found in: .git/rebase-apply/patch
When you have resolved this problem run "git bz apply --continue".
If you would prefer to skip this patch, instead run "git bz apply --skip".
To restore the original branch and stop patching run "git bz apply --abort".
Patch left in
/tmp/Bug-20816-Add-ability-to-define-custom-templated-f-a8rxuw.patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2019-06-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

--- Comment #1 from Nick Clemens  ---
Created attachment 90813
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90813=edit
Bug 20816: Add ability to define custom templated fields in SIP patron
responses

To test:
 1 - You will need to enable SIP on your testing instance
cp etc/SIPconfig.xml /etc/koha/sites/kohadev/
sudo koha-start-sip
add a user listed in the SIPconfig to your system and give them permissions
(superlibrarian works)
 2 - If you copied the above file you should be set to get custom field DE with
dateexpiry
 3 - send a status test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su lpl-sc-beacock -sp
xyzzy -l LPL --patron nick -m patron_status_request
 4 - send an information test using the sip cli tester:
 perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su lpl-sc-beacock -sp
xyzzy -l LPL --patron nick -m patron_information
 5 - confirm you receive the DE field with a dateexpiry
 6 - Add your own custom fields and confirm it works with several
 7 - prove -v t/db_dependent/SIP/Patron.t
 8 - prove -v t/db_dependent/SIP/

-- 
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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2019-06-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Nick Clemens  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 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

2019-06-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Nick Clemens  changed:

   What|Removed |Added

Summary|add user expiration date to |Add ability to send custom
   |SIP2 message|field(s) containing patron
   ||information in SIP patron
   ||responses

-- 
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/