You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For DB, we have a method count where we can pass args $this->filterConditions, which will count as per the conditions we have provided. For FF this is missing.
######## Issue imported from Gitea ########
Details
Gitea Issue ID : 578
State : open
Created : 2024-06-14T22:25:16+10:00
For DB, we have a method count where we can pass args $this->filterConditions, which will count as per the conditions we have provided. For FF this is missing.
Timeline
Label : Added bug on 2024-06-14T22:25:16+10:00.
Label : Added P3 on 2024-06-14T22:25:16+10:00.
Milestone : Added 0.0.0-rc.5 on 2024-06-14T23:39:50+10:00.
Label : Added CanClose on 2024-06-15T00:10:53+10:00.
Commit Reference: !578 - Added criteria to count function
The text was updated successfully, but these errors were encountered:
oyeaussie
added
bug
Something is not working
CanClose
Can Close, right before release
P3
I will get to this in a week or a month, bribe me to prioritise
labels
Jul 6, 2024
$paginationCounters['filtered_items'] = $this->modelToUse::count($this->filterConditions);
For DB, we have a method count where we can pass args $this->filterConditions, which will count as per the conditions we have provided. For FF this is missing.
######## Issue imported from Gitea ########
Details
Gitea Issue ID : 578
State : open
Created : 2024-06-14T22:25:16+10:00
Issue Description
$paginationCounters['filtered_items'] = $this->modelToUse::count($this->filterConditions);
For DB, we have a method count where we can pass args $this->filterConditions, which will count as per the conditions we have provided. For FF this is missing.
Timeline
Label : Added bug on 2024-06-14T22:25:16+10:00.
Label : Added P3 on 2024-06-14T22:25:16+10:00.
Milestone : Added 0.0.0-rc.5 on 2024-06-14T23:39:50+10:00.
Label : Added CanClose on 2024-06-15T00:10:53+10:00.
Commit Reference: !578 - Added criteria to count function
The text was updated successfully, but these errors were encountered: