https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41145

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|This prevents misleading    |This prevents misleading
      release notes|patron attribute            |patron attribute
                   |modification logs, when a   |modification logs, when a
                   |library batch imports       |library batch imports
                   |patrons with the            |patrons with the
                   |BorrowersLog system         |BorrowersLog system
                   |preference set to 'Log'. It |preference set to 'Log'. It
                   |now correctly only shows a  |now correctly only shows a
                   |log entry when a patron     |log entry when a patron
                   |attribe value is changed.
  |attribute value is changed.
                   |
                           |
                   |Example: 
                  |Example:
                   |- Before the change: for an |- Before the change: for an
                   |existing patron with a      |existing patron with a
                   |patron attribute of         |patron attribute of
                   |INSTID:1234, with a         |INSTID:1234, with a
                   |re-import the log shows {   |re-import the log shows {
                   |"attribute.INSTID" : {      |"attribute.INSTID" : {
                   |"after" : "1234", "before"  |"after" : "1234", "before"
                   |: "" } }, even though there |: "" } }, even though there
                   |is no change to the patron  |is no change to the patron
                   |attribute.
                 |attribute.
                   |- After the change: 
       |- After the change:
                   |  . No log entry is shown   |  . No log entry is shown
                   |if is no change to the      |if there is no change to
                   |patron attribute.
          |the patron attribute.
                   |  . If there is a change to |  . If there is a change to
                   |the patron attribute (for   |the patron attribute (for
                   |example, changed to 5678 on |example, changed to 5678 on
                   |a re-import), it is now     |a re-import), it is now
                   |correctly shown - {         |correctly shown - {
                   |"attribute.INSTID" : {      |"attribute.INSTID" : {
                   |"after" : "5678", "before"  |"after" : "5678", "before"
                   |: "1234" } }                |: "1234" } }

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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/

Reply via email to