-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
It seems there is a hidden field that has the required attribute and so Chrome and Firefox think the form is not completely filled in and will not send the POST request to save it.
I fixed this issue in my own Django project by adding the line
ScriptAdmin.form.use_required_attribute = Falsein my admin.py so that is potentially a fix for this issue though maybe there is a better solution. Adding this line still makes the Name and Source fields required so this doesn't change any functionality.
Metadata
Metadata
Assignees
Labels
No labels

