Sal 4.1.11
Fixed in this release:
- Fixes a failure in application inventory CSV exporting for business units and machine groups views.
Changed in this release:
- Application inventory list views will now show install counts if you want them to. There is a new server setting
show_inventory_install_counts
which controls this, which defaults to being on. A new strategy for computing the counts was devised which only does counts for the results shown in the current table, rather than the entire result set, which is dramatically faster. If this is still too slow, disabling install counts will be faster still.
PRs
- Fix filename generation exception for app inventory csv by @sheagcraig in #455
- Conditionally (defaults to true) add install counts to app list view. by @sheagcraig in #454
- Bump version to 4.1.11 by @sheagcraig in #456
Full Changelog: 4.1.10...4.1.11