Changes between Version 38 and Version 39 of DeveloperGuidelinesNewModule


Ignore:
Timestamp:
06/16/10 17:02:55 (14 years ago)
Author:
Abhishek Mishra
Comment:

table is unhashable type, while tablename seems to be the right thing.

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesNewModule

    v38 v39  
    3333Add the messages for your resources:
    3434{{{
    35 s3.crud_strings[table] = Storage(
     35s3.crud_strings[tablename] = Storage(
    3636    title_create = T('Add Vehicle'),
    3737    title_display = T('Vehicle Details'),