Skip to content
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

Closed
neongreen opened this issue Sep 1, 2018 · 3 comments
Closed

Tags shouldn't be sorted #165

neongreen opened this issue Sep 1, 2018 · 3 comments
Assignees

Comments

@neongreen
Copy link

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 🙂

@phadej
Copy link
Collaborator

phadej commented Sep 2, 2018 via email

@Martoon-00
Copy link

Let me remind about this issue. Are there plans to switch to keeping tags in InsOrdSet?

@phadej phadej self-assigned this Feb 27, 2019
@phadej
Copy link
Collaborator

phadej commented Feb 27, 2019

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
@phadej phadej closed this as completed in ac10503 May 28, 2019
phadej added a commit 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants