Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (268 - 270 of 2152)

Ticket Resolution Summary Owner Reporter
#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'.

#278 fixed Spaces in extra field keys dread dread

Reported by dread, 4 years ago.

Description

If the key to an extra field has a space in it then various form code doesn't work. Either need to disallow spaces or cope with them.

Note: See TracQuery for help on using queries.