Menu

#4100 (ok 4.0.8) table tree group strategy

4.0.6
fixed
None
1
2014-08-24
2013-09-23
No

when grouping tables by name if a table have a name which is a prefix of another, this table is not inside the group, eg:

with 3 tables : products, products_description, products_stock. I have this tree:

  • [database]
    +-[table] products
    +-[group] products
    ++-[table] products_description
    ++-[table] products_stock

instead wouldn't it be preferable to have, either :

  • [database]
    +-[group/table] products
    ++-[table] products_description
    ++-[table] products_stock

or

  • [database]
    +-[group] products
    ++-[table] products
    ++-[table] products_description
    ++-[table] products_stock

both would decrease the number of lines when the tree is folded

Discussion

  • Marc Delisle

    Marc Delisle - 2013-09-24

    Note: to reproduce this situation, one has to set $cfg['NavigationTreeTableSeparator'] to "_".

     
  • Madhura Jayaratne

    • assigned_to: Madhura Jayaratne
     
  • Madhura Jayaratne

    • summary: table tree group strategy --> (ok 4.0.8) table tree group strategy
    • status: open --> resolved
    • Priority: 5 --> 1
     
  • Marc Delisle

    Marc Delisle - 2013-10-06
    • Status: resolved --> fixed