mantisbt-plugins / Snippets

Define snippets of text that can be easily pasted into text fields
MIT License
8 stars 12 forks source link

Sort order of Snippets on name instead of id #58

Closed TomR closed 2 years ago

TomR commented 2 years ago

Is it possible to change te sort order of the Snippets when using them. The are now sorted by 'id' which is not a usefull field. I would rather have them sorted by name.

dregad commented 2 years ago

As far as I can tell, Snippets are sorted alphabetically, not by id...

This is the snippets available on my dev box for my user id (global + personal) id name
208 aaa
209 perso snippet
211 Test issue #46
221 123

And this is how they're displayed in the UI image

As you can see, snippet id 221 is listed first.