Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | Accessibility com_content Templates (admin) |
Title |
|
Labels |
Added:
J4 Issue
|
Eventually, yes, those methods should be updated to just use the layouts versus the markup that's in those methods now.
So I just replaces the code there with this
protected function _item_active(PaginationObject $item)
{
return \JLayoutHelper::render('joomla.pagination.link', ['data' => $item, 'active' => true])
}
Yes.
thought so - that results in nothing being output so I guess there is another bug - will investigate
found the error - pebkac
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-29 18:26:53 |
Closed_By | ⇒ | brianteeman |
I started working on this but have a question the code below is being used
joomla-cms/libraries/src/Pagination/Pagination.php
Line 708 in ff44745
and not the layout despite the comment.
I don't want to do the work multiple times so what needs to be changed.