Changes between Version 1 and Version 2 of Ticket #28357, comment 2
- Timestamp:
- Mar 11, 2019, 9:01:34 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28357, comment 2
v1 v2 1 1 Reopening as I ran into this issue (at least similar) today. Some additional info: 2 2 3 The `prepopulated_fields` will work for the `extra` forms specified, in the inline, but any additional forms added via "Add another <Model>" will not run the js that pre populates the field.3 The `prepopulated_fields` will work for the `extra` forms specified, in the `admin.StackedInline`, but any additional forms added via "Add another <Model>" will not run the js that pre populates the field. `admin.TabularInline` seems to work fine and is unaffected by this. 4 4 5 5