Changes between Version 1 and Version 2 of S3/CustomTables


Ignore:
Timestamp:
09/09/21 13:57:45 (3 years ago)
Author:
Fran Boon
Comment:

Link to full docs on custom controllers

Legend:

Unmodified
Added
Removed
Modified
  • S3/CustomTables

    v1 v2  
    2121}}}
    2222
    23 If wanting to have a REST controller for them, then also add "custom" to settings.modules and add an entry to the rest_controllers:
     23If wanting to have a REST controller for them, then see [wiki:S3/S3REST/s3_rest_controller#Re-RoutingControllers]
     24i.e. add "custom" to settings.modules and add an entry to the rest_controllers:
    2425{{{
    2526settings.base.rest_controllers = {("custom", resourcename): ("custom", resourcename)}