Rename, cleanup

This commit is contained in:
Adina Țeudan 2024-03-06 17:04:38 +02:00
parent bf628b33a2
commit 9faca532c6

View File

@ -44,14 +44,9 @@ export class PaginatedEntitiesService<
return this._currentConfig;
}
constructor() {
super();
console.log('PaginatedEntitiesService');
}
updateSearchOptionsAndReloadPage(options: SearchOptions): Observable<Class[]> {
updateSearchOptionsAndReload(options: SearchOptions): Observable<Class[]> {
this._currentConfig = { ...this._currentConfig, options };
return this.loadPage();
return this.loadPage(0);
}
reloadPage(): Observable<Class[]> {