Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1489 - 1491 of 2152)

Ticket Resolution Summary Owner Reporter
#1484 fixed Creating package with duplicate tags causes exception dread dread

Reported by dread, 2 years ago.

Description

e.g.

curl http://localhost:5000/api/action/package_create -d '{"name":"test5", "tags":[{"name": "tag6"}, {"name": "tag6"}]}' -H 'Authorization:tester'

Also broken in Web UI (adding a package).

Affects API and Web UI in 1.5 and I think all versions from 1.4.1

#1485 fixed Package/Group form extension mechanism so you can add forms for particular package_types kindly kindly

Reported by kindly, 2 years ago.

Description

We want to be able to change form depending on package type or group type.

This is dependent on a type field being added to the Package and the Group.

#1486 fixed "allow_partial_update" option does not work with resource lists of packages seanh seanh

Reported by seanh, 2 years ago.

Description
  1. Call ckan.logic.action.update:package_update()
  2. Pass in a context dict with "allow_partial_update":True
  3. Pass in a partial data dict containing only the package's ID and those fields that you want to update (e.g. title).

=> All of the package's resource will have their statuses changed to "deleted".

The "allow_partial_update" option should apply to the resource lists of packages, but it does not.

Note: See TracQuery for help on using queries.