CARLI / web-reports

Web Reports Web Based Reporting Tool
2 stars 0 forks source link

Error when Sorting "Cataloging Operator Last Used Date" #121

Open jenhm opened 7 years ago

jenhm commented 7 years ago

The results list for "Cataloging Operator Last Used Date" doesn't show the sort by arrows as available/active for the "Last Used" column (so I could sort the least recently used to the top). When I click on them anyway, I get the following error: "DataTables Warning:table id=d-tables - Ajax error. For more information about this error, please see http://datatables.net/tn/7"

I tried the results in both BEN and UIU with the same error.

This column should be sortable so the oldest or newest can be sorted to the top.

patrickzurek commented 7 years ago

This is failing on the backend when it attempts to sort the data. The particular code block it's failing in is part of the code that's in my second task from last week's (2/13) meeting: "Deal with the four outstanding Python files that represent changes made but not yet staged for production that you keep having to work around."

I will wait to work on this issue until I tackle that task.

patrickzurek commented 6 years ago

135