Is it possible for the dashboard module count to include a filter? #1037
-
I'm using the count feature on the dashboard modules that can be configured within twill.php. Ie...
The problem is that this does a total record count. Sometimes this is useful, but in some cases this is really confusing to my client as they have a huge number of unpublished records and so the figure they see here is really not the figure they want. They just need to see published records counted. Is this possible ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey @Arkid, I believe you could add |
Beta Was this translation helpful? Give feedback.
-
Cleaning up my answer for the records — You can add the
This would restrict the count to published properties only. |
Beta Was this translation helpful? Give feedback.
-
See answer above |
Beta Was this translation helpful? Give feedback.
Cleaning up my answer for the records — You can add the
countScope
key for specific modules in the dashboard configuration:This would restrict the count to published properties only.