Changes between Version 75 and Version 76 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/15/12 13:16:45 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v75 v76 164 164 The return value of the callables, if any, is ignored. 165 165 166 '''Important:''' 167 Callbacks are invoked in the same manner during non-interactive data imports, where usually multiple records will be processed in one and the same request. Therefore, any callbacks '''must not redirect'''! 166 '''Important:''' Callbacks are invoked in the same manner during non-interactive data imports, where usually multiple records will be processed in the same request. Therefore, callback functions '''must not''' redirect, nor commit or roll back the current transaction! 168 167 ==== Validation Callbacks ==== 169 168