SoftDeletes filter not constrained in Metric when table is filtered
#5529
Unanswered
kichetof
asked this question in
Ideas & Feature Requests
Replies: 1 comment 1 reply
-
|
Soft Deletes option isn't a filter but we do have a plan to make it one, moving this as a feature request for now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
When you filter a table with soft deletes (only deleted or with deleted), table is correctly filtered but not metrics.
Metric values are totally useless when filtered by delete status
I tried with 2 metrics, Trend and Partition, same issue.
In my partition metric, I need to manually return results and need to perform adequate queries. This is how I discovered it.
Detailed steps to reproduce the issue on a fresh Nova installation:
Register Metrics with
ByStatus::make()->refreshWhenFiltersChange()Create a Metric and filter table by Soft delete status.
This is my custom Metric result, same issue
Beta Was this translation helpful? Give feedback.
All reactions