- Issue created by @Carlos Romero
- Merge request !19export results list in fields view in csv format β (Merged) created by Carlos Romero
- πΊπΈUnited States mortona2k Seattle
I tried to use this, but ran into an issue that @swirt called out in #3427434 β¨ Content count reports for other entity types Active .
I have been moving a bit away from using actual Views because they are such a pain to try to update once they have been rolled out. And even adding here, most existing sites using the module will never see the nice View you created because they are not installing the module from scratch so it never gets created.
I have built a rudimentary reporting framework that is better for these kinds of things because any improvements roll out to everyone.
There is a little bit of Report making guidance here. And the file NodeCount.php has most of what you would be needed as an example. If you feel like giving it a try, that would be great. If not I can likely get to converting the View into a report in a week or two.Just thinking out loud here - would this be more useful as a recipe? Is it possible to ship those with modules and provide a way to enable? I don't know if those have gotten advanced enough to replace existing config if it is different.
- First commit to issue fork.
- πΊπΈUnited States swirt Florida
This is functioning great. Nicely done.carolos romero. Thank you for this contribution.
mortona2k is right as well. I am trying to move away from adding Views, but that one View that you are adding the display to is already a an existing View so no worries.
- πΊπΈUnited States swirt Florida
Also crediting davidmpickett because he created the original request on the duplicate issue.
- πΊπΈUnited States swirt Florida
This has gone out with 1.0.29 https://www.drupal.org/project/content_model_documentation/releases/1.0.29 β