Ticket #2604 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

forum on 2.2.2

Reported by: nicolaas Assigned to: mpeel
Type: defect Priority: critical
Milestone: Forum 0.2 Component: Modules - forum
Version: 2.2.2 Severity: medium effort / impact
Keywords: forum Cc:
Due date: Hours:

Description

When installing the daily build of today on SS 2.2.2 I get an error to tell me it can not save the forum holder in the CMS because some of the fields are not HTML fields:

"HolderAbstract?" => "Text", "ProfileAbstract?" => "Text", "ForumAbstract?" => "Text", "ProfileModify?" => "Text", "ProfileAdd?" => "Text"

I fixed this by changing the code to:

"HolderAbstract?" => "HTMLText", "ProfileAbstract?" => "HTMLText", "ForumAbstract?" => "HTMLText", "ProfileModify?" => "HTMLText", "ProfileAdd?" => "HTMLText"

Attachments

Change History

Changed 3 months ago by sharvey

  • milestone changed from SilverStripe.com/2.2.2fixes to Forum 0.2

Changed 3 months ago by wrossiter

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

fixed on trunk.

Note: See TracTickets for help on using tickets.