Ticket #1063 (closed defect: fixed)
Groups listing widget on package screen shouldn't show group name by default
Reported by: | sebbacon | Owned by: | sebbacon |
---|---|---|---|
Priority: | awaiting triage | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
I've been asked if we can do something about the overflow of the Group name in the right hand column on this page:
http://register.data.overheid.nl/package/europese-aanbestedingen
The reason is that the list display for groups is in the form "group_tltie (group_name)", and of course group_name can't have spaces and so can't wrap nicely.
I was wondering if there's a good reason why we don't only display group_title (if it exists) and group_name only when there's not a title?
Change History
Note: See
TracTickets for help on using
tickets.
This sounds absolutely sensible and suggest we even have a helper method such as lib.helpers.group_link(group) (as we do for user_link).
(@Seb: apologies for misunderstanding your query on the list -- I was talking about the group listing table at /group)