Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (100 - 102 of 2152)

Ticket Resolution Summary Owner Reporter
#2443 fixed Create demo dataset data (resource) page aron.carroll aron.carroll

Reported by aron.carroll, 2 years ago.

Description

Discussion:

https://okfn.basecamphq.com/projects/9558659-demo-ckan-front-end/posts/62308209/comments

Implementation:

(to be added once test server is working)

#2444 fixed Create demo dataset related page aron.carroll aron.carroll

Reported by aron.carroll, 2 years ago.

Description

Discussion:

https://okfn.basecamphq.com/projects/9558659-demo-ckan-front-end/posts/62821386/comments

Implementation:

http://s031.okserver.org:2375/dataset/adur_district_spending/related

#2445 fixed Create demo dataset add related page toby aron.carroll

Reported by aron.carroll, 2 years ago.

Description

Discussion:

https://okfn.basecamphq.com/projects/9558659-demo-ckan-front-end/posts/62821386/comments

Implementation:

http://s031.okserver.org:2375/dataset/adur_district_spending/related/new

Needs a new endpoint at /dataset/DATASET/related/new this should have a form containing the following fields.

  • Title (required)
  • Type of item (Application|Visualisation)
  • Description
  • URL (required)
  • Image URL

When submitted if an item is created it should redirect (303) back to /dataset/DATASET/related with a flash message saying "Related item was successfully created".

If failed to create it should redirect (303) back to the form and populate the error messages, see add dataset for examples (https://github.com/okfn/ckan/blob/feature-2375-demo-theme/ckan/templates/package/new_package_form.html)

Note: See TracQuery for help on using queries.