Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (205 - 207 of 2152)

Ticket Resolution Summary Owner Reporter
#150 fixed Loader for esw data uses REST API dread dread

Reported by dread, 5 years ago.

Description

(instead of sqlalchemy interface, to facilitate general usage of the loader)

  • use ckanclient

Follows on from ticket:148 and ticket:149

#152 fixed Package has editable 'Extra' fields dread dread

Reported by dread, 5 years ago.

Description

Package edit page has fields for extra key-value pairs. Don't use formalchemy. The form displays the existing ones and new ones as follows:

Key           Value            delete
[ country   ] [ uk, spain   ]  [x]

When presenting the form, existing pairs and 3 blank pairs are provided.

When saving the data, keys that are not changed use the existing PackageExtra object (perhaps with new value). Deleted keys put the PackageExtra state to deleted. For new keys, only create a new PackageExtra if there isn't a state=deleted one to resurrect.

Validators ensure no repeated keys.

#153 duplicate Group's packages listed alphabetically dread dread

Reported by dread, 5 years ago.

Description

This is so you can easily look up whether a given package is already listed - otherwise as lists get bigger becomes difficult to see what is already there.

Suggested by Jonathan Gray

Note: See TracQuery for help on using queries.