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

Click on table prefix doesn't work anymore #17947

Open
Z-28 opened this issue Dec 3, 2022 · 4 comments
Open

Click on table prefix doesn't work anymore #17947

Z-28 opened this issue Dec 3, 2022 · 4 comments
Labels
affects/5.2 This issue or pull-request affects 5.2.x releases (and maybe further versions) affects/6.0 This issue or pull-request affects 6.0.x releases (and maybe further versions) Bug A problem or regression with an existing feature confirmed/5.2 This issue is confirmed to be reproduced on 5.2 at the time this label was set confirmed/6.0 This issue is confirmed to be reproduced on 6.0 at the time this label was set
Milestone

Comments

@Z-28
Copy link

Z-28 commented Dec 3, 2022

Describe the bug

Phpmyadmin groups tables with the same prefix in the left menu. Until recently I could click on the prefix to get a list of all tables with that prefix in the main window. That doesn't work anymore. If I click on the prefix nothing happens. The prefix isn't even a link anymore. Note that I'm talking about clicking the prefix itself, not the plus sign to the left of the prefix.

To Reproduce

Create a few tables with the same prefix so that they becomes grouped in the left menu. Then click on the name of the prefix (not the plus sign to the left

Expected behavior

You should get a list of all tables with the specific prefix in the main window

Screenshots

If applicable, add screenshots to help explain the bug.
phpmyadmin_bug

Server configuration

  • Operating system: Centos 7
  • Web server: Apache
  • Database version: 10.10.2-MariaDB - MariaDB Server
  • PHP version: 8.1.13
  • phpMyAdmin version: 5.2.0

Client configuration

  • Browser: Chromium
  • Operating system: Linux

Additional context

Add any other context about the bug here.

@williamdes
Copy link
Member

I agree, I also was searching for this link recently

@williamdes williamdes added Bug A problem or regression with an existing feature affects/5.2 This issue or pull-request affects 5.2.x releases (and maybe further versions) affects/6.0 This issue or pull-request affects 6.0.x releases (and maybe further versions) confirmed/5.2 This issue is confirmed to be reproduced on 5.2 at the time this label was set confirmed/6.0 This issue is confirmed to be reproduced on 6.0 at the time this label was set labels Dec 4, 2022
@williamdes
Copy link
Member

I tried to debug this but it has some deep things to fix

@eddi13
Copy link

eddi13 commented Nov 11, 2023

I would like to add a little more:
For group link, group separator (NavigationTreeTableSeparator) is ignored.
If the groups have the same beginning, i.e. "group__" and "grouptmp__", and the group "group__" is clicked, the tables of both groups are displayed.
You can see this on the screenshot.
grouptest

@williamdes
Copy link
Member

Thank you @eddi13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/5.2 This issue or pull-request affects 5.2.x releases (and maybe further versions) affects/6.0 This issue or pull-request affects 6.0.x releases (and maybe further versions) Bug A problem or regression with an existing feature confirmed/5.2 This issue is confirmed to be reproduced on 5.2 at the time this label was set confirmed/6.0 This issue is confirmed to be reproduced on 6.0 at the time this label was set
Projects
None yet
Development

No branches or pull requests

3 participants