[erp5_core]: Add title field in listbox view for Catalog content and Catalog Filter List
Also, fixup links on these views which were not consistent.
Showing
-
Owner
Instead of having a link only for
id
column, how about using a TALES such aspython: [(column_id, 'Catalog_getObjectViewUrl') for column_id, _ in field.get_value('columns')]
for columns ? One concern is that added columns will also produce "wrong URL".( this TALES is not tested, probably it will be needed to adjust a bit)
-
Thanks, this seems better. And the TALES is fine. I update this.
-
Owner
Thanks. It's good for now, but I was wondering if we couldn't make
/
default to the/view
, orabsolute_url
directly return an URL for viewing the script.For
SQL Methods
it seams possible, but forPython Scripts
it's different because we want to call the script when it's "published" (in Zope meaning).Anyway, that's good like this.
Please register or sign in to comment