-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags shouldn't be sorted #165
Comments
@fizruk Should we have InsOrdSet?
…Sent from my iPhone
On 2 Sep 2018, at 1.54, Artyom Kazak ***@***.***> wrote:
Currently we have _swaggerTags :: Set Tag. As the result, tags in the generated schema are sorted alphabetically. As the result, tools that rely on this order (both Swagger UI and ReDoc) show endpoint groups in an order that doesn't match the order intended by the user.
Or at least I guess so 🙂
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Let me remind about this issue. Are there plans to switch to keeping tags in |
I assigned this to myself, let's make this happen. |
phadej
added a commit
to phadej/swagger2
that referenced
this issue
May 28, 2019
phadej
added a commit
to phadej/swagger2
that referenced
this issue
May 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we have
_swaggerTags :: Set Tag
. As the result, tags in the generated schema are sorted alphabetically. As the result, tools that rely on this order (both Swagger UI and ReDoc) show endpoint groups in an order that doesn't match the order intended by the user.Or at least I guess so 🙂
The text was updated successfully, but these errors were encountered: