Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.1
-
None
Description
When a new forum is created using "Add forum" button, in the query string has a parameter "docTitle" that keeps the title of the new forum.
When a new forum is created using "Forum" template provider, the query string has a parameter "title" keeping the same information.
$request.docTitle is displayed when a Forum is created from template pfovider.
docTitle should be replaced with title in order to be consistent with page creation.