Ignore:
Timestamp:
2 Dec 2014, 14:38:31 (10 years ago)
Author:
Henrik Bettermann
Message:

Implement HREFDisplayWidget which renders a persistent object title inside an anchor element
referring to the object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/interfaces.py

    r12103 r12119  
    288288        )
    289289
    290     product = schema.Choice(
     290    product_object = schema.Choice(
    291291        title = _(u'Product'),
    292292        source = ConCatProductSource(),
     
    300300    """
    301301
    302     product = schema.Choice(
     302    product_object = schema.Choice(
    303303        title = _(u'Product'),
    304304        source = ConCatProductSource(),
     
    312312    """
    313313
    314     document = schema.Choice(
     314    document_object = schema.Choice(
    315315        title = _(u'Document'),
    316316        source = CustomerDocumentSource(),
     
    324324    """
    325325
    326     product = schema.Choice(
     326    product_object = schema.Choice(
    327327        title = _(u'Product'),
    328328        source = ConCatProductSource(),
     
    330330        )
    331331
    332     document = schema.Choice(
     332    document_object = schema.Choice(
    333333        title = _(u'Document'),
    334334        source = CustomerDocumentSource(),
Note: See TracChangeset for help on using the changeset viewer.