148 | | The "sticky" tag is to specify whether a create/update form of a primary record (=not a component) automatically returns to the list view or not: |
149 | | - If rheader is specified, it is assumed True, i.e. the create/update form of the primary record will not return to the list view unless the user clicks on the "List All" button or selects that from the menu. You can override this behavior by setting sticky=False, in which case no rheader (and no tabs) will be rendered in the views of the primary record |
| 148 | The '''sticky''' tag is to specify whether a create/update form of a primary record (=not a component) automatically returns to the list view or not: |
| 149 | - If rheader is specified, it is assumed True, i.e. the create/update form of the primary record will not return to the list view but redirect to the update form again (=it is "sticky"). You can override this behavior by setting sticky=False, in which case no rheader (and no tabs) will be rendered in the views of the primary record. |