django-admin-flexselect
django-admin-flexselect copied to clipboard
Double chain doesn't propagate change
I chained a fk select to another and then a third one to the second. When the "root" select is changed, the second select is adjusted accordingly but the third one isn't reset.
I'm suspecting when a select is adjusted it just needs to fire a change() so other selects can act on that.
Yes think you are right. The test_project should be updated to have a third trigger field and it should be fixed. Thanks for the bug report!