Back to bug 26555
Who | When | What | Removed | Added |
---|---|---|---|---|
tomascohen | 2020-09-28 12:14:22 UTC | Assignee | koha-bugs | tomascohen |
CC | jonathan.druart, kyle, martin.renvoize | |||
Status | NEW | ASSIGNED | ||
tomascohen | 2020-09-28 13:09:56 UTC | Blocks | 26515 | |
tomascohen | 2020-09-28 16:22:09 UTC | CC | nick | |
Status | ASSIGNED | In Discussion | ||
tomascohen | 2020-09-29 12:53:32 UTC | Summary | Add a way for Koha::Object(s) to carry errors information | Add a way for Koha::Object(s) to carry execution information |
tomascohen | 2020-09-29 13:15:25 UTC | CC | tomascohen | |
Status | In Discussion | Needs Signoff | ||
tomascohen | 2020-09-29 13:15:31 UTC | Attachment #110854 Attachment is obsolete | 0 | 1 |
tomascohen | 2020-09-29 13:15:35 UTC | Attachment #110855 Attachment is obsolete | 0 | 1 |
tomascohen | 2020-09-29 13:20:00 UTC | Comment 1 Tag | obsolete | |
tomascohen | 2020-09-29 13:20:04 UTC | Comment 2 Tag | obsolete | |
david | 2020-09-30 08:15:15 UTC | Status | Needs Signoff | Signed Off |
david | 2020-09-30 08:15:18 UTC | Attachment #110911 Attachment is obsolete | 0 | 1 |
david | 2020-09-30 08:15:22 UTC | Attachment #110912 Attachment is obsolete | 0 | 1 |
david | 2020-09-30 08:15:28 UTC | Attachment #110913 Attachment is obsolete | 0 | 1 |
martin.renvoize | 2020-09-30 08:40:27 UTC | Attachment #110957 Attachment is obsolete | 0 | 1 |
martin.renvoize | 2020-09-30 08:40:31 UTC | Attachment #110958 Attachment is obsolete | 0 | 1 |
martin.renvoize | 2020-09-30 08:40:37 UTC | Attachment #110959 Attachment is obsolete | 0 | 1 |
martin.renvoize | 2020-09-30 08:42:07 UTC | Status | Signed Off | Passed QA |
jonathan.druart | 2020-10-08 12:24:22 UTC | CC | julian.maurice | |
tomascohen | 2020-10-09 17:43:15 UTC | Blocks | 26651 | |
tomascohen | 2020-10-09 17:49:55 UTC | Attachment #110968 Attachment is obsolete | 0 | 1 |
tomascohen | 2020-10-09 17:50:04 UTC | Attachment #110969 Attachment is obsolete | 0 | 1 |
tomascohen | 2020-10-09 17:50:15 UTC | Attachment #110983 Attachment is obsolete | 0 | 1 |
tomascohen | 2020-10-09 17:50:24 UTC | Attachment #110967 Attachment is obsolete | 0 | 1 |
tomascohen | 2020-10-09 18:09:46 UTC | Blocks | 26652 | |
tomascohen | 2020-10-09 18:10:25 UTC | CC | agustinmoyano, joonas.kylmala | |
tomascohen | 2020-10-09 18:11:16 UTC | QA Contact | testopia | martin.renvoize |
tomascohen | 2020-10-09 18:11:51 UTC | CC | m.de.rooy | |
jonathan.druart | 2020-10-15 13:25:11 UTC | Version(s) released in | 20.11.00 | |
Status | Passed QA | Pushed to master | ||
martin.renvoize | 2020-10-16 09:00:51 UTC | Blocks | 26704 | |
jonathan.druart | 2020-11-11 10:49:33 UTC | Keywords | release-notes-needed | |
martin.renvoize | 2020-11-12 16:03:02 UTC | Text to go in the release notes | This enhancement adds a standardised way to pass execution information around within Koha::Objects. Execution data should be set by action methods calling `$self->add_message({ message => $message, type => $type, payload => $payload });` inside the action method. The caller can then access the execution data using `my $messages = $object->messages;` |
|
martin.renvoize | 2020-11-12 16:03:09 UTC | Keywords | release-notes-needed | |
lucas | 2020-11-13 15:47:42 UTC | CC | lucas | |
katrin.fischer | 2021-06-14 21:33:12 UTC | Resolution | --- | FIXED |
Status | Pushed to master | CLOSED |
Back to bug 26555