Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix user messages GetList processor (#16635)
### What does it do? Fixes the join condition in the processor query. ### Why is it needed? The result is incorrect, if in the user profile the `id` is different from the `internalKey`. ### How to test Make sure that on your installation, the (auto-increment) ID column of the `modUserProfile` is out-of-sync with the `modUser` ID. Test that all messages are visible and the values of `username` and `fullname` (in the columns "Sender" and "Recipient") correspond to each other. ### Related issue(s)/PR(s) Resolves #16634 for MODX 3.x
- Loading branch information