ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

"ID" column in job history doesnt sort correctly #46

Closed PorreKaj closed 4 years ago

PorreKaj commented 4 years ago

Describe the Issue

ID is the default sort column, but it doesn't sort right.

Screenshots

image

Script Sample

Attempt to attach sample code that will allow others to reproduce the issue. NOTE: Generally speaking this is the MOST EFFECTIVE way to have your issue resolved.

Version Information

Chirishman commented 4 years ago

Just found this myself. Looks like it's sorting as a string instead of an int.

Still happening on nightly build 2469

Windos commented 4 years ago

Yeah, looks like the ID is a string:

image

I think this example is taken in build 2502.

adamdriscoll commented 4 years ago

This has been resolved in 0.0.3-beta3