KohaSuomi / Koha

(KOHA) Koha is a free software integrated library system (ILS). Koha is distributed under the GNU GPL version 3 or later. Note: this is a synced mirror of the official Koha repo.
https://koha-community.org/
GNU General Public License v3.0
7 stars 13 forks source link

Varauslokiin ei päivity tietoa osasta Varaukset-sivun kautta tehdyistä muutoksista #1333

Open ajrajala opened 3 months ago

ajrajala commented 3 months ago

Mikä vikana?

Vaskissa huomattiin, että seuraavista tietueet Varaukset-sivun kautta tehdyistä muutoksista ei kirjaudu merkintään varauslokiin:

Alla olevan esimerkkitapauksen kohdalla 13:34 tapahtuneen muokkauksen (found -> W) jälkeen peruutin varaukselta odottaa-tilan ja vaihdoin noutopaikan. Näistä ei kuitenkaan näy lokissa merkintää vaan seuraava merkintä on 13:35 tehty varauksen keskeytys.

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

action_id | timestamp | user | module | action | object | info | interface -- | -- | -- | -- | -- | -- | -- | -- 152738689 | 24.7.2024 13:33 | 30 | HOLDS | CREATE | 2871712 | $VAR1 = { 'biblionumber' => 280122, 'borrowernumber' => 307898, 'branchcode' => 'TUPK', 'cancellation_reason' => undef, 'cancellationdate' => undef, 'desk_id' => undef, 'expirationdate' => '2027-07-24', 'found' => undef, 'item_group_id' => undef, 'item_level_hold' => 0, 'itemnumber' => undef, 'itemtype' => undef, 'lowestPriority' => 0, 'non_priority' => 0, 'notificationdate' => undef, 'patron_expiration_date' => undef, 'priority' => 1, 'reminderdate' => undef, 'reserve_id' => 2871712, 'reservedate' => '2024-07-24', 'reservenotes' => '', 'suspend' => 0, 'suspend_until' => undef, 'timestamp' => '2024-07-24 13:33:47', 'waitingdate' => undef }; | intranet 152738804 | 24.7.2024 13:34 | 30 | HOLDS | MODIFY | 2871712 | $VAR1 = { 'biblionumber' => 280122, 'borrowernumber' => 307898, 'branchcode' => 'TUPK', 'cancellation_reason' => undef, 'cancellationdate' => undef, 'desk_id' => undef, 'expirationdate' => '2024-07-31', 'found' => 'W', 'item_group_id' => undef, 'item_level_hold' => 0, 'itemnumber' => 2936379, 'itemtype' => undef, 'lowestPriority' => 0, 'non_priority' => 0, 'notificationdate' => undef, 'patron_expiration_date' => undef, 'priority' => 0, 'reminderdate' => undef, 'reserve_id' => 2871712, 'reservedate' => '2024-07-24', 'reservenotes' => '', 'suspend' => 0, 'suspend_until' => undef, 'timestamp' => '2024-07-24 13:34:01', 'waitingdate' => '2024-07-24' }; | intranet 152739221 | 24.7.2024 13:35 | 30 | HOLDS | SUSPEND | 2871712 | $VAR1 = { 'biblionumber' => 280122, 'borrowernumber' => 307898, 'branchcode' => 'SLPK', 'cancellation_reason' => undef, 'cancellationdate' => undef, 'desk_id' => undef, 'expirationdate' => '2027-07-24', 'found' => undef, 'item_group_id' => undef, 'item_level_hold' => 0, 'itemnumber' => undef, 'itemtype' => undef, 'lowestPriority' => 0, 'non_priority' => 0, 'notificationdate' => undef, 'patron_expiration_date' => undef, 'priority' => 1, 'reminderdate' => undef, 'reserve_id' => 2871712, 'reservedate' => '2024-07-24', 'reservenotes' => '', 'suspend' => 1, 'suspend_until' => undef, 'timestamp' => '2024-07-24 13:35:59', 'waitingdate' => undef }; | api

Mitä pitäisi tapahtua

No response

Kuinka toistaa ongelma/asia

No response

Selain

No response

Jotain muuta?

No response

emta001 commented 1 month ago

@ajrajala Testaisitko vielä yhteisön sandboxissa, onko tämä sielläkin ongelmana.

ajrajala commented 1 month ago

Testasin sandboxissa, siellä lokitapahtumat näyttävät muodostuvan: