Ticket #2604 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
