Page 2 of 2

Re: Why not focus on useful things?

Posted: Thu Apr 17, 2025 1:14 pm
by iconnor
I can reproduce it.

We have tried many things to make this work, and none have worked. I think in the past the issue was actually in the bootstrap-table code. I just retried though and it seems to be working.

@Igor100 FYI in the past, we set the data-page-size attribute. This reset the value on every page load. So then we tried setting the cookie ahead of time. That seemed to work at the time, but in today's testing, it didn't.

Re: Why not focus on useful things?

Posted: Thu Apr 17, 2025 1:36 pm
by IgorA100
Detlef Paschke wrote: Thu Apr 17, 2025 11:10 am If I change the dropdown to 100 events per page, the cookie zmEventsTable.bs.table.pageList with the value 100 appears.
That's right.
The next time you visit the Events page, you should see 100 events on the page.

Re: Why not focus on useful things?

Posted: Thu Apr 17, 2025 1:39 pm
by IgorA100
iconnor wrote: Thu Apr 17, 2025 1:14 pm I can reproduce it.
How can I reproduce this problem?
I can't :(

Re: Why not focus on useful things?

Posted: Thu Apr 17, 2025 3:52 pm
by iconnor
Please note that the cookie is wrong, it should be zmEventsTable.bs.table.pageSize but that doesn't work either.

@Igor100, got events, check the cookies, etc.
Clear cookies, hit reload. It should ask you to re-login, then go right back to events list, and it should default to 10. Or today's build should default correctly to 50.

Re: Why not focus on useful things?

Posted: Fri Apr 18, 2025 10:57 am
by Detlef Paschke
iconnor wrote: Thu Apr 17, 2025 3:52 pm ... Or today's build should default correctly to 50.
Hello,

I just updated and tested it.
If I come with "washed feet" (cookies, browser cache all empty and therefore no cookies on the PC), the configuration under WEB_EVENTS_PER_PAGE is first applied. I think that's exactly right.

If this were also the case for Log (where you still start with 10 entries), it would be perfect. ;-)