Changes between Version 2 and Version 4 of Ticket #2445


Ignore:
Timestamp:
05/30/12 10:56:17 (2 years ago)
Author:
aron.carroll
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2445

    • Property Cc ross added
    • Property Milestone changed from current-ckan-sprint-2012-05-29 to current-ckan-sprint-2012-06-25
  • Ticket #2445 – Description

    v2 v4  
    66 
    77http://s031.okserver.org:2375/dataset/adur_district_spending/related/new 
     8 
     9Needs a new endpoint at /dataset/DATASET/related/new this should have a form containing the following fields. 
     10 
     11 * Title (required) 
     12 * Type of item (Application|Visualisation) 
     13 * Description 
     14 * URL (required) 
     15 * Image URL 
     16 
     17When 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". 
     18 
     19If 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) 
     20