Ticket #1435 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Serialize record events are not send to record listeners

Reported by: nervo Owned by: romanb
Priority: major Milestone: 1.0.1
Component: Record Version: 1.0.0
Severity: Keywords:
Cc: Has Test: yes
Status: Pending Core Response Has Patch: yes

Description

In Doctrine/Record.php, the method serialize() and unserialize() both send "pre" an "post" events. They can be hooked, but they are not send to record listeners. See patch and testcase.

This ticket also need #1433 to be resolved.

Attachments

patch (1.3 KB) - added by nervo 10 months ago.
testcase.php (1.0 KB) - added by nervo 10 months ago.

Change History

Changed 10 months ago by nervo

Changed 10 months ago by nervo

Changed 10 months ago by jwage

  • milestone set to 1.0.1

Changed 10 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [4884]) fixes #1435

Note: See TracTickets for help on using tickets.