Ignore:
Timestamp:
27 Oct 2005, 23:58:38 (19 years ago)
Author:
joachim
Message:

=student accomodation

File:
1 edited

Legend:

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

    r106 r107  
    6565        },
    6666    },
    67     'accomodation_sc_id': {
     67    'accommodation_sc_id': {
    6868        'type': 'CPS String Field',
    6969        'data': {
     
    8383        },
    8484    },
    85     'accomodation_sc_pin': {
     85    'accommodation_sc_pin': {
    8686        'type': 'CPS String Field',
    8787        'data': {
     
    355355        'type': 'CPS String Field',
    356356        'data': {
    357             'default_expr': 'string:',
    358357            'is_searchabletext': True,
    359358        },
     
    362361        'type': 'CPS String Field',
    363362        'data': {
    364             'default_expr': 'string:',
    365363            'is_searchabletext': True,
    366364        },
     
    369367        'type': 'CPS Boolean Field',
    370368        'data': {
    371             'default_expr': 'string:',
    372369            'is_searchabletext': True,
    373370        },
     
    376373        'type': 'CPS Int Field',
    377374        'data': {
    378             'default_expr': 'string:',
    379375            'is_searchabletext': False,
    380376        },
     
    383379        'type': 'CPS Int Field',
    384380        'data': {
    385             'default_expr': 'string:',
    386381            'is_searchabletext': False,
    387382        },
     
    390385        'type': 'CPS Int Field',
    391386        'data': {
    392             'default_expr': 'string:',
    393387            'is_searchabletext': False,
    394388        },
     
    397391        'type': 'CPS Int Field',
    398392        'data': {
    399             'default_expr': 'string:',
     393            'is_searchabletext': False,
     394        },
     395    },
     396    'beds_assigned': {
     397        'type': 'CPS Int Field',
     398        'data': {
     399            'is_searchabletext': False,
     400        },
     401    },
     402    'beds_assigned_list': {
     403        'type': 'CPS String List Field',
     404        'data': {
    400405            'is_searchabletext': False,
    401406        },
Note: See TracChangeset for help on using the changeset viewer.