On Fri, May 21, 2010 at 7:17 PM, Harald Friessnegger
<har...@webmeisterei.com> wrote:
> hi there
>
> using plone4.0b3 buildout together with getpaid as described by david:
> http://www.mail-archive.com/getpaid-dev@googlegroups.com/msg00947.html
>
> all getpaid forms that list items in my shopping cart or oder infromation do
> show html code in the title column instead of a link to the item (or order).
>
> eg: @@manage-getpaid-orders
>
> <a href="@@admin-manage-order/846137563/@@admin">846137563</a>   Paypal...
>
>
> id did not yet find any bug in the issue tracker.
>
> maybe the problem is plone4 related?
> did i forget to pin a custom version of any component that has been patched
> to support hyperlinks in these tables?
>
> thanks for your feedback!
>  harald

I wrote  a note
 in zc.formlib there was a bug, the work around  is now causing problem
    def cell_formatter(self, value, item, formatter):
        return unicode(value).replace('&', '&amp;') \
                              .replace('<', '&lt;') \
                              .replace('>', '&gt;')
stupidely nothing else, I will check what changes I ve made... and where ....

-- 
GetPaid for Plone: http://www.plonegetpaid.com (overview info) | 
http://code.google.com/p/getpaid (code and issue tracker)
You received this message because you are subscribed to the Google Groups 
"getpaid-dev" group.
To post to this group, send email to getpaid-dev@googlegroups.com
To unsubscribe from this group, send email to 
getpaid-dev+unsubscr...@googlegroups.com

For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en?hl=en

Reply via email to