Rename, cleanup
This commit is contained in:
parent
bf628b33a2
commit
9faca532c6
@ -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[]> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user