geraldo.widgets.ObjectValue.clone()
Status: Alpha
Brought to you by:
marinhobrandao
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