Project

General

Profile

Defect #338

Multiselect in two listpickers over the same table

Added by Victor Rojo Carballo almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Target version:
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

patch_ListPicker.txt (2.55 KB) patch_ListPicker.txt Victor Rojo Carballo, 07/01/2011 01:52 PM

History

#1

Updated by Victor Rojo Carballo almost 13 years ago

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.

#2

Updated by Robert Ivens almost 13 years ago

  • Target version set to 1.0

Great! i will take a look at it.
Planned for version 1.0

#3

Updated by Robert Ivens almost 13 years ago

  • Status changed from New to Closed

Also available in: Atom PDF