vikin91 / BibSpace

BibSpace: Online Bibtex Publications Management Software for Authors and Research Groups
Other
6 stars 2 forks source link

Last run timestamp of Cron is not persisted #7

Closed vikin91 closed 7 years ago

vikin91 commented 7 years ago

Controller Cron, method log_cron_usage stores current timestamp in the Preferences, but Preferences are not persistable currently. This results in an erroneous result of get_last_cron_run_in_hours that currently always returns 0.

vikin91 commented 7 years ago

Solved with implementing persistable Preferences.