Custom Query (2152 matches)
Results (1531 - 1533 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2805 | fixed | zh_TW has no Plural-Forms | seanh | toby |
Description |
the .po file for zh_TW does not contain Plural-Forms which breaks the i18n JavaScript? Extractions for ckan-demo. I've added the following which may or may not be correct - from web search "Plural-Forms: nplurals=1; plural=0\n" I suspect it will get overwritten when translations are pulled from transiflex so passing to you as you are the expert in that realm |
|||
#2843 | fixed | Adding existing datasets to organizations is broken | seanh | seanh |
Description |
On the organization read page there is only an 'Add Dataset' button, not a drop-down with add new dataset or add existing dataset as on the default group page. On the organization edit page you do have the drop-down, but if you click add existing dataset nothing happens except it appends #datasets to the URL |
|||
#2845 | fixed | Editing an organization removes all datasets from the organization | seanh | seanh |
Description |
Run CKAN with the publisher profile and organizations plugins enabled. Make an organization. Make a dataset and add it to the organization. Edit the organization and change e.g. its description. After saving the organization, all its datasets have been removed from the organization and now belong to no organization. |