Currently we only collect the OS type, not actually the distribution.
Looking at the admin page on /admin/reports/telemetry - I'd assume that we need something other than just PHP_OS
to get what we want. Otherwise it's either Linux or Windows, very likely "Linux" in 99% - which is pointless.
Options:
- php_uname()
- getenv()
... reduced to the info we need.
GitHub Issue #:
5199
Recent comments
BTW, this is still a problem in the D7 version (despite what that issue said), so I'm not sure this is possible. I'll have to look more closely into it.
How to order a view by its aggregated value
Hmm... I was able to reproduce this issue when I thought it would work. Wuold you mind opening an issue in the queue?
How to order a view by its aggregated value
Hi Robert. I'm looking at D7 issues about this - apparently this is possible since 10 years ago, which means the functionality is there, but there may be some issues with the way your view is...
How to order a view by its aggregated value