Project

General

Profile

Actions

Patch #40513

closed

Fix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers

Added by Takuya Kodama 28 days ago. Updated 20 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

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

Actions #1

Updated by Go MAEDA 27 days ago

  • Target version set to 6.0.0
Actions #2

Updated by Takuya Kodama 27 days ago

Thanks for your handling it:)

Actions #3

Updated by Go MAEDA 20 days 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

Also available in: Atom PDF