Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination infinity loading #729

Open
chemezov opened this issue Jul 21, 2022 · 2 comments
Open

Pagination infinity loading #729

chemezov opened this issue Jul 21, 2022 · 2 comments
Assignees

Comments

@chemezov
Copy link
Contributor

What steps will reproduce the problem?

If you has slow connection (or page loaded a bit long), and click to page 2, then immediately page 1, pages will fall into an infinity loading.

This behavior can be repeated on any other page with ngrest grid.

What is the expected result?

The page may take a long time to load, but it will eventually load. But now this process is endless.

What do you get instead? (A Screenshot can help us a lot!)

Screencast:

luya_pagination_bug

LUYA Check ouput (run this script and post the result: luyacheck.php)

Additional infos

Q A
LUYA Version dev-master
PHP Version 7.4
Platform Apache/OpenServer
Operating system Windows
@nadar nadar self-assigned this Jul 22, 2022
@nadar nadar transferred this issue from luyadev/luya-module-cms Aug 23, 2022
@dven84
Copy link

dven84 commented Oct 30, 2022

Is there an instruction for developing frontend admin panel?

@nadar
Copy link
Member

nadar commented Oct 30, 2022

hi @dven84 Thanks for asking, there are several options. I assume you where talking about how to develop admin module.

a.) You can use the luya env dev: https://github.com/luyadev/luya-env-dev
b.) You can clone this repo, create a branch, and start working, but if you need to see how changes affect while running you need to it with luya-env-dev because it will start a whole luya project with the modules stored in repos/ folder so you can modify things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants