Actions
Bug #78342
closedViewHelper f:count and f:widget.paginate
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-10-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
How do the following ViewHelper work in the new version TYPO3 8.4.0?
1¶
{objects -> f:count()}
my output is always 1 or 0
2¶
<f:widget.paginate objects="{blogs}" as="paginatedBlogs" configuration="{itemsPerPage: 5, insertAbove: 1, insertBelow: 0, maximumNumberOfLinks: 10}">
use {paginatedBlogs}
as you used {blogs}
before, most certainly inside
a <f:for> loop.</f:widget.paginate>
my output is only the first page
Updated by Anja Leichsenring about 8 years ago
- Status changed from New to Rejected
sorry guys, that is no bug. Please head over to StackOverflow (tag with #TYPO3) or Slack to have this discussed. Thank you.
When you find concrete issues, please be welcome to open tickets for this here, one issue per ticket, with steps to reproduce and possible fix if you have.
Actions