RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

article title in @@manage-getpaid-orders and shopping cart show html code instead of hyperlink #292

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
originally discussed in the developer list
http://groups.google.com/group/getpaid-dev/browse_thread/thread/d5d7040557bc928a

basically zc.forms display the html code of links instead the title that is
linked to the proper item/action

What steps will reproduce the problem?
1. install getpaid 0.10 and zc.table 0.8.0
2. add an item to the cart
3. cart will show something like

<a
href="/reference_catalog/lookupObject?uuid=c11033191bd3c02879d999095203e448">My
Buyable Item</a>

I'd expect the cart to render the link.

since this also breaks user ui i consider this high priority

Original issue reported on code.google.com by haral...@gmx.at on 25 May 2010 at 9:50

GoogleCodeExporter commented 9 years ago
for people that need an immediate fix, pinning zc.table to 0.6 seems to be 
sufficient.
no big changes according to the changelog:
http://svn.zope.org/zc.table/tags/0.8.0/CHANGES.txt?rev=102189&view=auto

however, it's quite trivial to fix getpaid for zc.form 0.8.0 by defining a 
custom
cell_formatter.

i checked in the relevant changes to trunk. maybe someone can review and 
confirm them:
http://code.google.com/p/getpaid/source/detail?r=3649

Original comment by haral...@gmx.at on 25 May 2010 at 10:21