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

OpenAPI path tag grouping names not displayed #824

Open
kernwig opened this issue Sep 19, 2024 · 0 comments
Open

OpenAPI path tag grouping names not displayed #824

kernwig opened this issue Sep 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kernwig
Copy link

kernwig commented Sep 19, 2024

I tried this:

openapi.yaml file in a service directory contains tags on paths, like this one:

  /getPricingFunctions:
    get:
      operationId: GetPricingFunctionsUsecase
      tags:
        - Pricing Functions
      summary: Get all pricing functions filtered by state
      parameters:
        - schema:
            type: string
            default: draft,active,inactive
            description: Comma separated list of states to filter pricing functions by
          required: false
          description: Comma separated list of states to filter pricing functions by
          name: states
          in: query
      responses:
        "200":
          description: Pricing Functions list
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: "#/components/schemas/PricingFunction"

This happened:

Left-side navigation shows the paths grouped by their tags, but the tag names are not shown - just and empty space:

image

I expected this:

I expect the heading text "Pricing Functions" to show above "Get all pricing functions filtered by state".

A chevron to collapse it would be nice too, but would want it open by default.

Is there a workaround?

No.

Anything else?

No response

EventCatalog Version

@eventcatalog/core@2.7.16

Node.js Version

v20.11.0

Platform(s)

MacOS

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
@kernwig kernwig added the bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant