Details
-
Type:
Sub-task
-
Status: Verified
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 12.0
-
Component/s: Forums Tool
-
Labels:None
-
Test Plan:
-
11 status:Please Merge
Description
Forums uses the old method getAssignments passing the assignment name. It should use the new method to retrieve assignments by ids.
Part of the issue is that MFR_TOPIC_T and MFR_OPEN_FORUM_T store DEFAULTASSIGNNAME as a text field, so it would either have to still work with the legacy method or just change the column type and run some kind of conversion (preferred).