Actions
Patch #40513
closedFix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers
Description
The initial_page_content method in helpers mistakenly used the @page instance variable rather than the page argument provided to it. Since the use of @page is unnecessary and not expected, we've updated the method to correctly utilize the page argument.
Files
Updated by Go MAEDA 8 months ago
- Subject changed from Refactor initial_page_content to directly use page parameter to Fix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix in r22781. Thank you.
Actions