You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be ideal to sort the skill checks list in the request application by Alpha after localization. Currently there is logic to sort the skill checks in the Roller application but not the requester.
@akrigline The issue is still present in 1.8 despite #51
I'm pretty sure that this can be accomplished in the same mechanism by which #51 worked, but I just forgot that the same changes needed to happen to LMRTFYRequestor. This is the perfect use case for localeCompare and Array.sort (which is what 51 leveraged).
It would be ideal to sort the skill checks list in the request application by Alpha after localization. Currently there is logic to sort the skill checks in the Roller application but not the requester.
@akrigline The issue is still present in 1.8 despite #51
Originally posted by @santalucial in #42 (comment)
The text was updated successfully, but these errors were encountered: