Why not focus on useful things?

Current Development version likely to have breaking changes
User avatar
iconnor
Posts: 3351
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Why not focus on useful things?

Post 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.
IgorA100
Posts: 203
Joined: Sat Feb 03, 2024 11:55 am

Re: Why not focus on useful things?

Post 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.
IgorA100
Posts: 203
Joined: Sat Feb 03, 2024 11:55 am

Re: Why not focus on useful things?

Post by IgorA100 »

iconnor wrote: Thu Apr 17, 2025 1:14 pm I can reproduce it.
How can I reproduce this problem?
I can't :(
User avatar
iconnor
Posts: 3351
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Why not focus on useful things?

Post 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.
Detlef Paschke
Posts: 36
Joined: Tue Sep 12, 2023 6:14 pm

Re: Why not focus on useful things?

Post 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. ;-)
Post Reply