Changes between Version 53 and Version 54 of S3REST


Ignore:
Timestamp:
08/21/10 08:09:04 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v53 v54  
    9696if len(request.args) == 0:
    9797    # List View - reduce fields to declutter
    98     table.message.readable = Fals
     98    table.message.readable = False
    9999    table.categories.readable = False
    100100    table.verified_details.readable = False
     
    109109{{{
    110110    def log_prep(jr):
    111         if jr.representation=="html" and \
     111        if jr.representation == "html" and \
    112112           jr.method is None and \
    113113           jr.component is None: