Ticket #1531 (closed defect: fixed)
load-data loads nested sets incorrectly
| Reported by: | pbowyer | Owned by: | jwage |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.4 |
| Component: | Data Fixtures | Version: | 1.0.2 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | no |
Description
Running
doctrine dump-data
works perfectly with my database, dumping records with the correct lft and rgt attributes. However when loading data back into the database with
doctrine load-data
the values are ignored and always set to 1 and 2 respectively.
The id value of the rows is also not preserved - for me this is an issue but there may not be any way around it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.