Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (199 - 201 of 2152)

Ticket Resolution Summary Owner Reporter
#274 fixed Allow searching by any extra field rgrp rgrp

Reported by rgrp, 4 years ago.

Description

At the moment only support a very limited set of extra fields (see docs for details). Should support arbitrary extra fields (note no need to put these in special full text index though ...)

Cost: 1h

#275 fixed Add forms renderer for JsonType fixing bugs in admin interface dread rgrp

Reported by rgrp, 4 years ago.

Description

This will solve e.g. issues in formalchemy admin interface (which is due to lack of renderer for Json type)

Cost: 0.5h

from ckan.model.types import JsonType

forms.FieldSet.default_renderers[JsonType] = formalchemy.fields.TextFieldRenderer
#276 fixed Resources in Package form seen multiple times upon preview dread rgrp

Reported by rgrp, 4 years ago.

Description

Create a new package with a name 'blah' and resource format 'blah'. Hit preview. There is an error because of the lack of resource url, but in the resource input boxes, there are now four resources with format 'blah'.

Note: See TracQuery for help on using queries.