preview doesn't work
Bug #126459 reported by
Aaron Swartz
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Open Library |
Fix Released
|
Medium
|
Anand Chitipothu |
Bug Description
http://
preview doesn't do anything
Changed in openlibrary: | |
assignee: | nobody → anandology |
importance: | Undecided → Medium |
milestone: | none → launch |
status: | New → Confirmed |
Changed in openlibrary: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
As of now, every type handles its own preview. Which, I think should be handled by the system.
Probably the view template can be used to display preview, but without those edit, history etc. links.
How about something like this:
* view template just displays the page and doesn't worry about adding edit, history etc links, which will be taken care by a view wrapper template.
* edit template just takes care of providing edit form and doesn't worry about preview.
* edit wrapper supports preview using the view template.