Changes between Version 48 and Version 49 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/28/10 09:06:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v48 v49 105 105 - '''url''' is the URL to redirect to 106 106 107 If, for create_next or update_next, '''url''' contains the string literal "[id]" (or its URL-encoded equivalent), then this literal isreplaced by the ID of the updated/newly created record before redirection.107 If, for create_next or update_next, '''url''' contains the string "[id]" (or its URL-encoded equivalent), then this string will be replaced by the ID of the updated/newly created record before redirection. 108 108 109 109 Note: 110 Redirection does not happen after non-interactive data imports!110 - redirection does not happen after non-interactive data imports! 111 111 === Callbacks === 112 112