Skip to content

Listbox: refactor computation of "default" URL

Jérome Perrin requested to merge feat/listbox-default-url into master

"default" URL is the URL when listbox column does not use URL column and when the brains do not have a getListItemUrl method.

Move the computation in a lazyMethod, so that it is computed only once per line instead of once per cell.

Also remove a try/except, I don't think this code is supposed to get an AttributeError

Edited by Jérome Perrin

Merge request reports