mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Logs won't throw when cleared from a page past page 1
This commit is contained in:
@@ -98,7 +98,7 @@ define(
|
|||||||
successMessage : 'Logs have been cleared',
|
successMessage : 'Logs have been cleared',
|
||||||
errorMessage : 'Failed to clear logs',
|
errorMessage : 'Failed to clear logs',
|
||||||
ownerContext : this,
|
ownerContext : this,
|
||||||
onSuccess: this._refreshLogs
|
onSuccess : this._refreshLogs
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -119,6 +119,7 @@ define(
|
|||||||
},
|
},
|
||||||
|
|
||||||
_refreshLogs: function () {
|
_refreshLogs: function () {
|
||||||
|
this.collection.state.currentPage = 1;
|
||||||
this.collection.fetch({ reset: true });
|
this.collection.fetch({ reset: true });
|
||||||
this._showTable();
|
this._showTable();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user