Menu

#2521 (ok 2.11.1) Create view algorithm

2.11.0
fixed
Usability (35)
1
2013-06-11
2007-09-04
No

Hi,

Here is a simple bug I found which is not that important...

When you click on create view from "browse" the interface propose 3 values in the algorithm dropdown.

I can see
- UNDEFINED
- MERGE
- MERGE

The html code is as follows:

<select name="algorithm" id="algorithm">
<option value="UNDEFINED">UNDEFINED</option>

<option value="MERGE">MERGE</option>
<option value="MERGE">MERGE</option>
</select>

it should be a quick fix: Just replace one of the MERGE by TEMPTABLE

Keep on the good work :)

Discussion

  • Marc Delisle

    Marc Delisle - 2007-09-05
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2007-09-05

    Logged In: YES
    user_id=210714
    Originator: NO

    fixed, thanks

     
  • Marc Delisle

    Marc Delisle - 2007-09-05
    • milestone: --> 2.11.0
    • priority: 5 --> 1
    • summary: Create view algorithm --> (ok 2.11.1) Create view algorithm
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2007-09-20
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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