Ticket #2767 (closed enhancement: fixed)
Upgrade macro form.select to use tuples instead of dicts
| Reported by: | aron.carroll | Owned by: | aron.carroll |
|---|---|---|---|
| Priority: | major | Milestone: | demo phase 3 |
| Component: | ckan | Keywords: | |
| Cc: | Repository: | ckan | |
| Theme: | none |
Description
This keeps the intended order.
Change History
Note: See
TracTickets for help on using
tickets.

Closed as of 25d7499. All form.select() calls now require a tuple/list in the form.
options = ( {"value": "opt1-value", "text": "Option One Text"}, {"value": "opt2-value", "text": "Option Two Text"} ) }}