Changeset 3195 in products


Ignore:
Timestamp:
Apr 28, 2011 4:08:34 PM (13 years ago)
Author:
mylan
Message:

Fixed bugs with comma separation in title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ploneorg.kudobounty/trunk/ploneorg/kudobounty/content/bountyprogramsubmission.py

    r3194 r3195  
    3030        ), 
    3131        expression="' '.join(filter(None, [context.getFirstName(),context.getLastName()])) + " \ 
    32                    "context.getFirstName() or context.getLastName() and ', ' or '' + "\ 
     32                   "((context.getFirstName() or context.getLastName()) and ', ' or '') + "\ 
    3333                   "context.getOrganization()" 
    3434    ), 
Note: See TracChangeset for help on using the changeset viewer.