Ticket #421 (closed bug: fixed)

Opened 7 months ago

Last modified 7 months ago

Attribute error while saving a full meeting

Reported by: gbastien Assigned to: gbastien
Priority: major Milestone: PloneMeeting 1.4
Component: Product PloneMeeting Keywords:
Cc:

Description

While using the "edit full meeting items" functionnality, an AttributeError?: transformAllRichTextFields is raised at save time. This is the case in the trunk and in the 1.3 tagged version!!!

Change History

06/24/08 11:04:09 changed by gbastien

  • owner set to gbastien.
  • status changed from new to assigned.

06/24/08 11:05:31 changed by gbastien

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

transformAllRichTextFields was called on self (Meeting) instead than being called on an item (MeetingItem?). This bug has been corrected in the tags/1.3.0 and in the trunk...