Ticket #1696 (closed defect: fixed)
Maintain backwards compatibility with older way of creating custom forms
Reported by: | johnglover | Owned by: | johnglover |
---|---|---|---|
Priority: | major | Milestone: | ckan-sprint-2012-02-06 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
To maintain backwards compatibility, the package controller (new/edit) should check to see if the controller has a package_form variable defined, and if so render the form pointed to by this variable before calling the new self._package_form() function.
This behaviour is now deprecated however.
Change History
Note: See
TracTickets for help on using
tickets.