Changes between Version 14 and Version 15 of JoinedResourceController
- Timestamp:
- 11/14/09 13:37:25 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JoinedResourceController
v14 v15 55 55 56 56 No definitions are required at the primary resource, just define the table as usual. 57 58 57 == Controller == 59 58 … … 80 79 These backlinks can be used to reproduce the original request after doing something on the primary resource (e.g., edit or change the selected record). 81 80 82 * '''NOTE:''' Callbacks from CRUD settings ( like in the example above) as well as onvalidation and onaccept callbacks are only invoked at requests on the main resource, but not at joined requests.81 * '''NOTE:''' Callbacks from CRUD settings (defined as in the example above) as well as onvalidation and onaccept callbacks are only invoked at requests on the main resource, but not at joined requests. To invoke on Joined Requests, need to define in the {{{jrlayer.add_jresource()}}} or later using {{{jrlayer.set_attr()}}} 83 82 84 83 === Options ===