Ticket #997 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

[PATCH] Exporting a table to a yaml fixture fails when it has a non-unique INDEXBY

Reported by: dverspui Owned by: jwage
Priority: minor Milestone: 0.11.0
Component: Attributes Version: 0.11.0
Severity: Keywords: export indexby i18n
Cc: Has Test:
Status: Has Patch:

Description

I found out that exporting data to yaml fixtures files for i18n tables fails as a consequence of the default indexBy set on i18n tables. Here's a quick and dirty patch to fix this that would probably also work on other generated tables.

Attachments

Doctrine_Data_Export.patch (1.4 KB) - added by dverspui 14 months ago.
Ugly patch

Change History

Changed 14 months ago by dverspui

Ugly patch

Changed 14 months ago by jwage

  • milestone changed from 1.0.0 to 0.11.0

Changed 14 months ago by jwage

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

(In [4356]) fixes #997

Note: See TracTickets for help on using tickets.