Ticket #581 (closed defect: fixed)

Opened 10 months ago

Last modified 4 months ago

[PATCH] fix import_export extension "User expected, got Fixnum"

Reported by: vitali Assigned to: seancribbs
Priority: major Milestone: 0.6.5-Chisel
Component: extensions Keywords:
Cc:

Description

Fix for "User expected, got Fixnum" during import and errors during import of objects modified by extensions (eg. Page and reorder).

Main discussion in Mailing List

Attachments

fix_import_export_user_fixnum_and_migrate_extensions.diff (5.3 kB) - added by vitali on 11/11/07 19:30:39.
set updated_by and created_by by ID; call db:migrate:extensions in db:import task

Change History

11/11/07 19:30:39 changed by vitali

  • attachment fix_import_export_user_fixnum_and_migrate_extensions.diff added.

set updated_by and created_by by ID; call db:migrate:extensions in db:import task

11/27/07 07:36:19 changed by seancribbs

  • owner changed.
  • component set to extensions.

11/27/07 15:15:49 changed by seancribbs

  • owner set to seancribbs.

11/27/07 19:00:19 changed by seancribbs

  • milestone set to 0.6.5-Chisel.

04/18/08 16:08:06 changed by seancribbs

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

Addressed in [813], [818]