https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26744
Anneli Österman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #16 from Anneli Österman <[email protected]> --- I tested this in sandbox with three patron attributes: SSN (not repetable), HOLDID (not repetable) and AUTOTYPE (repetable). When I made a change to attribute the after value is recorded to the action logs but not the before value. The repetable AUTOTYPE attribute recorded changes only to one of the values. Deletion of SSN-value was not recorderd. It seems to me that this does not work as intended. Here are explained the actions that I took and how they showed in the action logs. Changed AUTOTYPE values from Palautusautomaatti -> Palautusautomaatti 2 AND Lainausautomaatti -> Lainausautomaatti2. The latter was not recorded to the action log. 04/19/2024 06:50 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute AUTOTYPE: { "after" : [ "Palautusautomaatti2" ], "before" : [] } Intranet Changed HOLDID value from 12345678 to 123456789 04/19/2024 06:50 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute HOLDID: { "after" : "123456789", "before" : "" } Intranet Changed SSN value from sotu123456 to sotu1234567 04/19/2024 06:50 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute SSN: { "after" : "sotu1234567", "before" : "" } Intranet Changed HOLDID value from 123456789 to 1234567890 04/19/2024 06:51 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute HOLDID: { "after" : "1234567890", "before" : "" } Intranet Changed SSN value from sotu1234567 to sotu123456 04/19/2024 06:51 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute SSN: { "after" : "sotu123456", "before" : "" } Intranet Changed AUTOTYPE values from Palautusautomaatti2 -> Palautusautomaatti AND Lainausautomaatti2 -> Lainausautomaatti. The latter was not recorded to the action log. 04/19/2024 06:51 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute AUTOTYPE: { "after" : [ "Palautusautomaatti" ], "before" : [] } Intranet Deleted value from SSN and saved. The deletion was not recorded but there were actions logged for AUTOTYPE and HOLDID which were not changed any way before saving the patron. 04/19/2024 06:52 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute AUTOTYPE: { "after" : [ "Palautusautomaatti" ], "before" : [] } Intranet 04/19/2024 06:52 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute HOLDID: { "after" : "1234567890", "before" : "" } Intranet Added value for SSN, did not change other attributes. Still there we lines for them. 04/19/2024 07:04 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute AUTOTYPE: { "after" : [ "Palautusautomaatti" ], "before" : [] } Intranet 04/19/2024 07:04 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute SSN: { "after" : "sotu234567", "before" : "" } Intranet 04/19/2024 07:04 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute HOLDID: { "after" : "1234567890", "before" : "" } Intranet Cleared repeting AUTOTYPE Lainausautomaatti. No record of it but there were record of others which were not changed. 04/19/2024 07:04 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute AUTOTYPE: { "after" : [ "Palautusautomaatti" ], "before" : [] } Intranet 04/19/2024 07:04 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute SSN: { "after" : "sotu234567", "before" : "" } Intranet 04/19/2024 07:04 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute HOLDID: { "after" : "1234567890", "before" : "" } Intranet Added back the cleared AUTOTYPE Lainausautomaatti. No record of it. 04/19/2024 07:08 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute SSN: { "after" : "sotu234567", "before" : "" } Intranet 04/19/2024 07:08 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute HOLDID: { "after" : "1234567890", "before" : "" } Intranet 04/19/2024 07:08 koha (51) Patrons Modify Joyce Gaines (22) Patron attribute AUTOTYPE: { "after" : [ "Palautusautomaatti" ], "before" : [] } Intranet -- 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/
