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

sort for display #136

Open
jmarchand52 opened this issue Oct 22, 2023 · 0 comments
Open

sort for display #136

jmarchand52 opened this issue Oct 22, 2023 · 0 comments
Labels
Milestone

Comments

@jmarchand52
Copy link

Hi,

By default, the results are displayed "firstname" and the "lastname", sorted by "lastname"

To have another view ("lastname" and then "firstname"), I think that we must to say in config.inc.local.php :

$display_items = array('lastname', 'firstname', 'employeetype', 'mail', 'roomnum
ber', 'phone', 'organizationalunit');
and
$directory_items = array('lastname', 'firstname', 'mail', 'phone', 'roomnumber',
'organizationalunit', 'employeetype');

But with this configuration, the results are sorted by "firstname".

I think that it is necessary to report again config.inc.local.php

$directory_sortby = "lastname";

Best regards,

Joel Marchand

@coudot coudot added the bug label Jan 19, 2024
@coudot coudot added this to the 0.5 milestone Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants