Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1906 - 1908 of 2152)

Ticket Resolution Summary Owner Reporter
#2501 fixed Implement three step dataset creation in demo site toby aron.carroll

Reported by aron.carroll, 2 years ago.

Description

New form should allow three steps.

  1. Add basic fields to create a dataset
  2. Add a data resource to the dataset (this can be repeated multiple times using "Save and add another"
  3. Add final metadata to the dataset.

It should be possible to jump backward through the steps by clicking the arrows at the top. Errors in fields should be validated for each step when the next button is clicked.

Implementation:

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

#2502 fixed Create Jinja block for common helpers toby aron.carroll

Reported by aron.carroll, 2 years ago.

Description

Most important is {% snippet %} but {% url_for %} would be great too.

#2503 fixed Look into allowing theme extensions to extend base templates toby aron.carroll

Reported by aron.carroll, 2 years ago.

Description

For example:

Creating a template in ckanext-demo/templates/base.html containing something like

{% ckan_extends "base.html" %}

Will extend ckan/templates/base.html

Note: See TracQuery for help on using queries.