ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
488 stars 90 forks source link

Purge discription wrong #113

Open PaulWoitaschek opened 9 years ago

PaulWoitaschek commented 9 years ago

In Administration/Reports it says something like

Purge reports from apps older than version 65

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 https://github.com/ACRA/acralyzer/blob/99519b55dd4941d674710de9ebadfa91bd32d2ed/_attachments/partials/admin.html#L20

https://github.com/ACRA/acralyzer/blob/99519b55dd4941d674710de9ebadfa91bd32d2ed/_attachments/script/AdminControllers.js#L89

Different things.