You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you expect is that it purges apps older than 65, meaning 64,63,62,61,.... What it does it purges reports up to version 65. Lost a lot of important reports by this.
{{nbReportsByAppVersionCodeToPurge}} reports from apps older than version <selectng-model="selectedVersion" class="input-mini" ng-options="code.value as code.label for code in appVersionCodes"></select>.
In Administration/Reports it says something like
What you expect is that it purges apps older than 65, meaning
64,63,62,61,...
. What it does it purges reports up to version 65. Lost a lot of important reports by this.See
acralyzer/_attachments/partials/admin.html
Line 20 in 99519b5
acralyzer/_attachments/script/AdminControllers.js
Line 89 in 99519b5
Different things.
The text was updated successfully, but these errors were encountered: