Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.2, 3.1, 3.0
-
Component/s: Tool Forum
-
Labels:None
Description
Forum throws an error when a file is uploaded in authoring, and authored attachments seem to disappear when the lesson is run.
(1) The name in the forumApplicationContext.xml had a typo in it that is now fixed and a SQL patch has been raised to correct any incorrect values that have been created in a database as a result.
(2) The Hibernate annotation changes have changed which end of the Message -< Attachment relationship manages the relationship. So now when the Message is cloned, the attachment needs to explicitly set the correct message rather than relying on Hibernate to fix it.
Checked into v3.0 branch, master (3.1) and develop (3.2)