Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0ee16ff0fef07a1b04a3eb8d0a6bf640afbf6e53 https://github.com/phpmyadmin/phpmyadmin/commit/0ee16ff0fef07a1b04a3eb8d0a6b... Author: Lukas Bixen lrb2_@outlook.com Date: 2021-08-13 (Fri, 08 August 2021) -05:00
Changed paths: M libraries/classes/Navigation/NavigationTree.php M templates/navigation/tree/node.twig
Log Message: ----------- Fix grouping of tables in navigation tree: Fix conditions for showing a node in the tree, which caused an issue where the group name of any group of tables that does not have a sibling would not be shown in the navigation tree.
Signed-off-by: Lukas Bixen lrb2_@outlook.com
Commit: 8031072f2737312b52a7180ab99f554e3ee0da43 https://github.com/phpmyadmin/phpmyadmin/commit/8031072f2737312b52a7180ab99f... Author: MaurĂcio Meneghini Fauth mauricio@fauth.dev Date: 2021-09-11 (Sat, 09 September 2021) -03:00
Changed paths: M libraries/classes/Navigation/NavigationTree.php M templates/navigation/tree/node.twig
Log Message: ----------- Merge pull request #17076 from lrb2/fix-table-grouping
Fix grouping of tables in navigation tree if `$cfg['NavigationTreeTableLevel'] > 1`