Menu

#20 geraldo.widgets.ObjectValue.clone()

open
nobody
Others (6)
5
2010-06-24
2010-06-24
Anonymous
No

This function does not clone the get_text or get_value attributes and consequently they have no effect when rendering a report. I added the following two lines and it seems to have fixed the problem locally:

new.get_text = self.get_text
new.get_value = self.get_value

Discussion


Log in to post a comment.

MongoDB Logo MongoDB