evildmp / Arkestra

Arkestra extends Django CMS to provide an intelligent semantic web publishing system for organisations and institutions.
http://arkestra-project.org
BSD 2-Clause "Simplified" License
139 stars 26 forks source link

Missing auto-complete in 'links' tab in news articles. #20

Open luxumbra opened 12 years ago

luxumbra commented 12 years ago

in the 'links' tab for news articles, when clicking on the 'add another Object link' link to add an extra link input, it's missing the auto-complete.

If the link type is selected but the input left blank and the user saves the article, it throws a 'required field' error and the auto-complete is present.

evildmp commented 12 years ago

This is an issue in django-widgetry. When new inlines are added, the autocomplete doesn't work on them.