Ignore:
Timestamp:
Apr 28, 2011 3:26:29 PM (13 years ago)
Author:
mylan
Message:

Updated title - to add organization name with comma; update comments

File:
1 edited

Legend:

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

    r3129 r3194  
    2929            label=_(u'Name'), 
    3030        ), 
    31         expression="' '.join(filter(None, [context.getFirstName(),context.getLastName()," \ 
    32                    "context.getOrganization()]))" 
     31        expression="' '.join(filter(None, [context.getFirstName(),context.getLastName()])) + " \ 
     32                   "context.getFirstName() or context.getLastName() and ', ' or '' + "\ 
     33                   "context.getOrganization()" 
    3334    ), 
    3435 
     
    5253 
    5354    atapi.StringField( 
    54         'remoteUrl', # ?? for use getRemoteUrl metadata from catalog 
     55        'remoteUrl', # for use getRemoteUrl metadata from catalog 
    5556        storage=atapi.AnnotationStorage(), 
    5657        widget=atapi.StringWidget( 
Note: See TracChangeset for help on using the changeset viewer.