Page 1 of 1

User Level Sorting in Admin.php plus adding up 5 Dial Status

PostPosted: Fri Nov 17, 2006 11:18 pm
by gerski
Sorting of User list by User Level and User Name. For Easy Viewing and sorting by Level.

Including additional Five (5) Dial Status.

But needed to add:

dial_status_f
dial_status_g
dial_status_h
dial_status_i
dial_status_j

(with TYPE [varchar(6)] and DEFAULT [NULL])

AT THE END of the TABLE - VICIDIAL_CAMPAIGNS in Database. Suggest to use PHPMYADMIN.

http://www.eflo.net/VICIDIALmantis/view.php?id=59

PostPosted: Sat Nov 18, 2006 10:03 am
by mflorell
Several scripts would need to be edited for 5 more dial statuses to be added, not just the admin.php script.

These should be separate issues in the tracker with a diff patch file for each.

Also, the patches should be made against current SVN 2-X versions.

Thanks for posting.