Ticket #2529466 (closed enhancement)
Reporter Greg Hinch |
Opened: 10/23/10 Last modified: 11/28/10 Status: closed Type: enhancement Resolution: expired |
Owner Jenny Donnelly |
Target Release: 3.3.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Make DataSource IO and Get callback functions not anonymous | ||
| Description: | Using anonymous functions for the callback handlers in DataSource.IO and DataSource.Get makes adding plugins difficult, can they be moved to properties of the constructor so they can be intercepted |
||
| Type: | enhancement | Observed in Version: | 3.2.0 |
| Component: | DataSource | Severity: | S3 (normal) |
| Assigned To: | Jenny Donnelly | Target Release: | 3.3.0 |
| Location: | Priority: | P3 (normal) | |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 11/19/10
|
|
Posted: 11/19/10
[ref #2529466] Unanonymize DS.IO callback fns. |
|
Posted: 11/28/10
Ticket automatically closed due to no activity. |
This has been done for DataSource.IO, but DataSource.Get is trickier bc I need those closures to have access to the transaction GUID. Can you specify your Get use case for further exploration, like via events?