Opened 3 years ago
Last modified 3 years ago
#33776 closed Uncategorized
django-admin inline should not be append but prepend — at Initial Version
Reported by: | Ritik Soni | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 4.0 |
Severity: | Normal | Keywords: | django-inline admin |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
Problem:- this is so uncomfortable if inline has 1k instances then the user has to scroll down.
Solution:-
- so when we press add more inline (button) it should append an inline instance at the starting in the fieldset.
- that button also should be in the starting of fieldset
Note:
See TracTickets
for help on using tickets.