django-admin-flexselect icon indicating copy to clipboard operation
django-admin-flexselect copied to clipboard

Double chain doesn't propagate change

Open dannyadair opened this issue 13 years ago • 2 comments

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.

dannyadair avatar Oct 05 '11 04:10 dannyadair

I'm suspecting when a select is adjusted it just needs to fire a change() so other selects can act on that.

dannyadair avatar Oct 05 '11 04:10 dannyadair

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!

runekaagaard avatar Oct 05 '11 08:10 runekaagaard