Override sort function not working on v8.8.1
When i update v8.2.2 ➔ v8.8.1
At v8.2.2, the sort by pyId working correctly with function compareWorkIDs by order:
I-1, I-2, I-10, I-11
But when i update to v8.8.1, the sort by pyId working not correctly, that order by String:
I-1, I-10, I-11, I-2
I see pyId property, that hasn't changed, on Override sort function still has compareWorkIDs. The function compareWorkIDs seem not working.
I want to sort by pyId working on v8.8.1 correctly, So how can i fix this?
***Edited by Moderator: Pooja Gadige to add support case created tag***