silverstripe-cms icon indicating copy to clipboard operation
silverstripe-cms copied to clipboard

Use NestedTitle instead of Title in various reports

Open sabina-talipova opened this issue 1 year ago • 0 comments

Description

Replace hardcoded value "Title" with "NestedTitle(2)" (which will use SiteTree::NestedTitle(2). The following methods should return the current value of the field title instead of the hardcoded "Title" value.

  • BrokenFilesReport::columns(). See
  • BrokenRedirectorPagesReport::columns(). See
  • BrokenVirtualPagesReport::columns(). See
  • EmptyPagesReport::columns(). See
  • RecentlyEditedReport::columns(). See

sabina-talipova avatar Oct 11 '23 23:10 sabina-talipova