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 :)
Logged In: YES
user_id=210714
Originator: NO
fixed, thanks