AuburnBigEvent / BigEvent

Auburn University SGA Big Event application designed for COMP 4710 senior design project.
MIT License
0 stars 2 forks source link

Staff Home Page Bug Fixes and Removal of Staff's ability to add a volunteer #2

Closed justin3rd5Auburn closed 10 years ago

justin3rd5Auburn commented 10 years ago

Fixed several bugs with the staff home page relating to the pagination links.

Fixed a bug that cause the sorting order for each column in a table to be related when they shouldn't be related.

Fixed a bug that caused the Project Coordinator Table, Leadership Team Member Table, and Committee Member table to show an active next link for an empty table.

Changed the way sort order is kept track of. The strings 'asc' and 'dec' are no longer used. Instead 1 is used for ascending order and -1 for descending order.

Removed the ability to add volunteers on the staff side

CoryG89 commented 10 years ago

Looks good to me. Merging.