Skip to content
Commit e0070aa6 authored by John Lamb's avatar John Lamb Committed by Oleg Nenashev
Browse files

Improve sortable.js to work with BFA table (#3125)

* Improve sortable.js to work with BFA table

The Failure Cause Management table generated by the Build Failure
Analyzer
plugin (<https://wiki.jenkins.io/display/JENKINS/Build+Failure+Analyzer>)
doesn't render dates in a manner that sortable.js can recognize. This
commit improves the matching and sorting for date-like strings to
accommodate a broader variety of date/time strings, and uses the js Date
class to ensure accurate greater/equal/less than results.

* Remove commented patterns in sortable.js
parent de967b24
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment