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

Fix Trash Manager infinite loading error #16415

Merged
merged 2 commits into from
Feb 27, 2024
Merged

Commits on Apr 5, 2023

  1. Bugfix - "Infinite list loading" in trash manager

    What is he doing?
    Fixes the "infinite list loading" error.
    
    Where did this error come from?
    modxcms#16228
    This change causes an error when starting the processor "resource/trash/getlist".
    
    How to test
    Option 1: Delete the document and go to the trash. Then clean it. There will be an "infinite loading" of the list due to an error.
    Option 2: Go to the shopping cart and click on the "Update list" icon. There will be an "infinite loading" of the list due to an error.
    
    Decision
    It is necessary to return the sorting so that the xPDOQuery object is returned
    tanzirev authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e4edc73 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Update getlist.class.php

    tanzirev authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7923aca View commit details
    Browse the repository at this point in the history