Ticket #1680 (closed defect: fixed)
Tags
| Reported by: | gimler | Owned by: | jwage |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.6 |
| Component: | Import/Export | Version: | 1.0.3 |
| Severity: | Keywords: | ||
| Cc: | klemens_u | Has Test: | no |
| Status: | Pending User Response | Has Patch: | no |
Description
when i have a setter in a plugin it doesn't work with the Importer
the Doctrine_Data_Import throw exception in line 198
Invalid fixture element "tags" under "test-1"
the problem is that doctrine search for a method or field but not in the plugins ;(
better use is_callable instate of method_exists
symfony: 1.1.4 doctrine: 1.0.3 php: 5.2.6 os: ubuntu
Attachments
Change History
Note: See
TracTickets for help on using
tickets.