Defect #338
Multiselect in two listpickers over the same table
Start date:
07/01/2011
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
If you create two lispickers over the same table with the multiselect option enabled, you can not select anything when you open the 2nd listpicker.
Files
History
Updated by Victor Rojo Carballo almost 14 years ago
- File patch_ListPicker.txt patch_ListPicker.txt added
Each listpicker has it´s own dataset of selected items, but the relation to access these selected items is created checking the table name. So the second listpiker uses a relation that points to the dataset of the first listpiker.
I add a patch for create these relations with name "this.form.name + '_' + this.form.tableName + '_to_selected'" to fix the multiselect in several listpikers over the same table.
Updated by Robert Ivens almost 14 years ago
- Target version set to 1.0
Great! i will take a look at it.
Planned for version 1.0