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 ldap sort column usage from RC config #9693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drlight17
Copy link

This will fix ldap sort column usage from config in actual RC 1.6.9

This will fix ldap sort column usage from config in actual RC 1.6.9
@@ -561,7 +561,7 @@ public function set_pagesize($size)
public function set_sort_order($sort_col = null, $sort_order = null)
{
if (!empty($this->coltypes[$sort_col]['attributes'])) {
$this->sort_col = $this->coltypes[$sort_col]['attributes'][0];
$this->sort_col = $this->prop['sort'];
Copy link
Member

@alecpl alecpl Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this change the if condition does not make sense anymore. Anyway, it does not look right to me, but I didn't investigate closer.

@alecpl
Copy link
Member

alecpl commented Nov 19, 2024

Is there a ticket? I'm afraid you'll have to elaborate more on the issue.

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

Successfully merging this pull request may close these issues.

2 participants