SIP Patron Expiration Extension

Bug #746451 reported by Thomas Berezansky
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Wishlist
Unassigned
2.0
Fix Released
Undecided
Unassigned

Bug Description

We had a request for the patron expiration date to be exported via SIP. For the Evergreen side we needed to add a sip_expire to the patron object. The attached patch does that.

For those who want to use git to pull my git branch:

To add my remote using id "tsbere" (only needs to be done once):

git remote add tsbere git://git.mvlcstaff.org/tsbere/ILS

If you don't use tsbere as the identifier here all of the below commands referring to tsbere will need to be adjusted.

Don't forget to fetch/update the remote:

git fetch tsbere
OR
git fetch --all

This branch will be tsbere/sippatronexpire

To check out the branch:

git checkout -b tsbere_sippatronexpire tsbere/sippatronexpire

To merge into your current branch (change branches first!):

git merge tsbere/sippatronexpire

To merge changes you made to your checked out version into the current branch (change branches first!):

git merge tsbere_sippatronexpire

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

Signed-off-by: Thomas Berezansky <email address hidden>

Revision history for this message
Thomas Berezansky (tsbere) wrote :
Revision history for this message
Mike Rylander (mrylander) wrote :

Committed to trunk, 2.1 and 2.0 (arguably a bug fix via oversight)

Changed in evergreen:
status: New → Fix Committed
Changed in evergreen:
milestone: none → 2.1.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.