Commit 9ca9d73d authored by Jérome Perrin's avatar Jérome Perrin

Listbox: refactor computation of "default" URL

"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
parent f13ea212
Pipeline #23005 failed with stage
in 0 seconds