Ticket #1056 (new enhancement)

Opened 1 year ago

Last modified 1 year ago

show full expr in report designer

Reported by: carl Assigned to: somebody
Priority: minor Milestone: 0.8.3
Component: ui Version:
Keywords: Cc:

Description

when a report expression looks like this:

<expr>"%s %s" % (self.first_name, self.last_name)</expr>

only the "%s %s" shows up in the "visual editor" design surface.

How about putting the whole expr?

Change History

04/20/2007 01:01:17 PM changed by paul

Originally, I showed the full expression, but somebody complained that it was too wordy in cases like

<expr>self.Record["first_name"]</expr>

We can make the code smarter though. Patches welcome! :)