Opened 2 years ago

Last modified 2 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

![image](https://user-images.githubusercontent.com/47344024/172989144-55eb2368-fe43-4004-88b4-1f2c7e3551f9.png)

Problem:- this is so uncomfortable if inline has 1k instances then the user has to scroll down.

Solution:-

  1. so when we press add more inline (button) it should append an inline instance at the starting in the fieldset.
  2. that button also should be in the starting of fieldset

https://user-images.githubusercontent.com/47344024/172989144-55eb2368-fe43-4004-88b4-1f2c7e3551f9.png

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top