arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Sort voicemail boxes on /app/voicemails/voicemail_messages.php page #824

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please sort voicemail boxes on page /app/voicemails/voicemail_messages.php

Add line 99 in app/voicemails/resources/classes/voicemail.php

$sql .= "order by voicemail_id ";

This will sort mailboxes assigned to the user alphabetically.

Original issue reported on code.google.com by Sergey.M...@gmail.com on 27 Jan 2015 at 4:58

GoogleCodeExporter commented 9 years ago
The order by has been added.

Original comment by markjcrane@gmail.com on 29 Jan 2015 at 7:19