v8.3p_2013-05-14/EVAL Deployment, Firefox 20
1) Add a FilterBuilder to layout
2) Set its DataSource (to an already loaded, non-null one)
3) Click one of the filter's "selectItem" dropdowns (field / operator).
4) DevConsole gives:
The ds.xml does not include any duplicate fields; moreso, there is no value that would be duplicate for any two records, no matter the combination of columns.
What key is SmartGWT on about?
Just knowing that would help me get to the root of the problem - ideas, almighty Isomorphic? Or anyone else?
EDIT: If I click in the TextItem that lets you edit the value to filter by, all is well and I get no warning.
If so, the filter's selectItem handlers seem like a good place to check out (just my tuppence worth).
1) Add a FilterBuilder to layout
2) Set its DataSource (to an already loaded, non-null one)
3) Click one of the filter's "selectItem" dropdowns (field / operator).
4) DevConsole gives:
Code:
18:55:43.810:IFCS8:WARN:PickListMenu:isc_PickListMenu_0:fields and completeFields are null and there is no DataSource 19:16:42.854:TMR5:WARN:DataSource:R_f1c5475d_82ec_4d77_bab5_0c62cb735551_helper:clientOnly add operation: [B] Duplicate key[/B]: {canEdit: false, hidden: false, name: "ID_DZIAL", primaryKey: true, sequenceName: "SEQ_DZIALY", type: "sequence", columnCode: "b80bb7740288fda1f201890375a60c8f"} 19:16:43.787:TMR6:WARN:DataSource:R_f1c5475d_82ec_4d77_bab5_0c62cb735551_helper:clientOnly add operation: [B]Duplicate key[/B]: {length: 20, name: "NAZWA", required: true, type: "text", columnCode: "b068931cc450442b63f5b3d276ea4297"} 19:16:43.987:TMR7:WARN:DataSource:R_f1c5475d_82ec_4d77_bab5_0c62cb735551_helper:clientOnly add operation: [B]Duplicate key[/B]: {name: "TEST", required: false, type: "integer"} 19:17:09.028:IFCS4:WARN:PickListMenu:isc_PickListMenu_1:fields and completeFields are null and there is no DataSource IFCS4:WARN:PickListMenu:isc_PickListMenu_1:fields and completeFields are null and there is no DataSource
What key is SmartGWT on about?
Just knowing that would help me get to the root of the problem - ideas, almighty Isomorphic? Or anyone else?
EDIT: If I click in the TextItem that lets you edit the value to filter by, all is well and I get no warning.
If so, the filter's selectItem handlers seem like a good place to check out (just my tuppence worth).
Comment