Ignore:
Timestamp:
8 Nov 2005, 09:07:53 (19 years ago)
Author:
joachim
Message:

=added Photo and birth_certificate in studentPersonal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPSchemas.py

    r152 r161  
    152152        },
    153153    },
    154      'state': {
    155         'type': 'CPS DateTime Field',
    156         'data': {
    157             'is_searchabletext': 1,
     154     'photo': {
     155        'type': 'CPS Image Field',
     156        'data': {
     157            'is_searchabletext': 0,
     158        },
     159    },
     160     'birth_certificate': {
     161        'type': 'CPS Image Field',
     162        'data': {
     163            'is_searchabletext': 0,
    158164        },
    159165    },
Note: See TracChangeset for help on using the changeset viewer.