Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1552 - 1554 of 2152)

Ticket Resolution Summary Owner Reporter
#1595 wontfix Editing of a Group leads to recording a change against all associated datasets kindly rgrp

Reported by rgrp, 2 years ago.

Description

Or at least it appears that way from revision log which displays all Group datasets against the changelog, see http://thedatahub.org/revision/4cdeeb42-3281-4f53-a29d-c694e1fd9217 -- not apparent from that page but see my user page: http://thedatahub.org/user/rufuspollock

This may turn out to be a UX bug rather than a real bug ...

Assigning to kindly for review and comment.

#1340 fixed Editing non-existent group causes Exception dread dread

Reported by dread, 3 years ago.

Description

e.g. http://ckan.net/group/edit/history

Module ckan.controllers.group:135 in edit
<<          try:
                   old_data = get_action('group_show')(context, data_dict)
                   c.grouptitle = old_data.get('title')
                   c.groupname = old_data.get('name')
>>  old_data = get_action('group_show')(context, data_dict)
Module ckan.logic.action.get:347 in group_show
<<      if group is None:
               raise NotFound
       
           check_access('group_show',context, data_dict)
>>  raise NotFound
#1005 duplicate Editing in ckan missing publishers dread dread

Reported by dread, 3 years ago.

Description

Package edit form at hmg.ckan.net has no publishers any more.

Note: See TracQuery for help on using queries.