Custom Query (2152 matches)
Results (700 - 702 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1059 | fixed | Loader coping better with poor search indexing | dread | dread |
Description |
Loader currently checks for same name, but also should check for name_, name etc. |
|||
#1060 | fixed | Spreadsheet importer tries to import readonly keys | dread | |
Description |
e.g. we just added notes_rendered and that is read in as an extra field. Tests failing in ckanext-importlib Also related: we are missing lost metadata_created and metadata_modified in the dumps. |
|||
#1063 | fixed | Groups listing widget on package screen shouldn't show group name by default | sebbacon | sebbacon |
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:
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? |