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

release-23.2: ui: disallow VIEW type tables from being shown in the db pages #120214

Merged
merged 1 commit into from Mar 20, 2024

Commits on Mar 4, 2024

  1. ui: disallow VIEW type tables from being shown in the db pages

    Previously we filtered out `SYSTEM VIEW` tables from being shown
    in the db pages but not user created views. We now filter out
    all VIEW type tables from the db pages.
    
    Epic: none
    Fixes: #119789
    
    Release note (bug fix): Users will no longer see VIEW type tables
    from being shown in the db-console databases pages. Previously
    these would be listed with no info, only displaying errors.
    xinhaoz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    34b980c View commit details
    Browse the repository at this point in the history