Changes between Version 30 and Version 31 of BluePrintRESTImplementation


Ignore:
Timestamp:
01/11/09 09:26:21 (16 years ago)
Author:
Fran Boon
Comment:

+s3.listonly & s3.deletable

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintRESTImplementation

    v30 v31  
    2525msg_list_empty=T('No Shelters currently registered')
    2626exec('crud_strings.%s=Storage(title_create=title_create, title_display=title_display, title_list=title_list, title_update=title_update, subtitle_create=subtitle_create, subtitle_list=subtitle_list, label_list_button=label_list_button, label_create_button=label_create_button, msg_record_created=msg_record_created, msg_record_modified=msg_record_modified, msg_record_deleted=msg_record_deleted, msg_list_empty=msg_list_empty)' % table)
     27}}}
     28These optional settings can also be set, if-desired:
     29{{{
     30exec('s3.listonly.%s=1' % table)    # Don't allow resources to be creatable from List view
     31exec('s3.undeletable.%s=1' % table) # Don't allow resources to be deletable from List/Display views
    2732}}}
    2833