Changes between Initial Version and Version 1 of Ticket #13223, comment 19
- Timestamp:
- Feb 12, 2012, 2:34:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13223, comment 19
initial v1 1 1 I was wondering how this intermediate view could be implemented. 2 2 3 Theidea is to replace the "Save as New" button for a link to a clone/ view. This view would present a pre-filled form with the data from the original object you'd like to clone. It's (very) similar to {{{ add_view }}}, but using {{{ initial }}} to fill the form based on the original object.3 My idea is to replace the "Save as New" button for a link to a clone/ view. This view would present a pre-filled form with the data from the original object you'd like to clone. It's (very) similar to {{{ add_view }}}, but using {{{ initial }}} to fill the form based on the original object. 4 4 The formsets are also pre-filled using {{{ initial }}}. 5 5