DictionaryGrid.get_dictionaries_copy() only returns an empty list
Bug #829032 reported by
Jo-Erlend Schinstad
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly Widgets |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
get_dictionarie
To post a comment you must log in.
Perhaps I've misunderstood the point of it. I do stuff like this:
keys = ["field1", "field2"] keys=keys)
dg = DictionaryGrid(
and then I do:
dicts = dg.get_ dictionaries_ copy().
This returns an empty list when dictionaries haven't been
set. I think this is confusing. If you've told it which keys to
use, but not added any dictionaries, then I think it should
return a list of dictionaries using the provided keys.