mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-18 01:11:32 +00:00
Keep part table length selection and do not clear it at page reload
Fixes issue #1350
This commit is contained in:
parent
3ef4a83f4a
commit
6045b50af2
1 changed files with 0 additions and 2 deletions
|
|
@ -83,8 +83,6 @@ export default class extends Controller {
|
||||||
if (data) {
|
if (data) {
|
||||||
//Do not save the start value (current page), as we want to always start at the first page on a page reload
|
//Do not save the start value (current page), as we want to always start at the first page on a page reload
|
||||||
delete data.start;
|
delete data.start;
|
||||||
//Reset the data length to the default value by deleting the length property
|
|
||||||
delete data.length;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue