Menu

#1821 (in 2.7.0) Grouping base by name in menu

2.6.4-pl1
fixed
Interface (555)
1
2013-06-11
2005-10-13
No

Hi,

I have two databases with very similar names :
liveuser_test_example1
liveuser_test_example2

The <select> menu on the left is making a <optgroup>. It's quite
lever but the regexp that cuts the database name is matching the
first "_" and not the last.

It is :
<optgroup label="liveuser">
<option value="liveuser_test_example4">_test_example4</option>
<option value="liveuser_test_example5">_test_example5</option>
</optgroup>

It may be (imho) :
<optgroup label="liveuser_test">
<option value="liveuser_test_example4">_example4</option>
<option value="liveuser_test_example5">_example5</option>
</optgroup>

Discussion

  • Jeremy Lecour

    Jeremy Lecour - 2005-10-13
    • priority: 5 --> 1
     
  • Michal Čihař

    Michal Čihař - 2005-10-17
    • assigned_to: nobody --> nijel
     
  • Michal Čihař

    Michal Čihař - 2005-10-17

    Logged In: YES
    user_id=192186

    Fixed in CVS, thanks for reporting.

     
  • Michal Čihař

    Michal Čihař - 2005-10-17
    • summary: Grouping base by name in menu --> (in 2.7.0) Grouping base by name in menu
    • status: open --> open-fixed
     
  • Michal Čihař

    Michal Čihař - 2005-12-04
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed
     
MongoDB Logo MongoDB