opensemanticsearch / open-semantic-search-apps

Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
https://opensemanticsearch.org/
GNU General Public License v3.0
95 stars 37 forks source link

Thesaurus: Saving of hidden label fails #48

Closed Mandalka closed 5 years ago

Mandalka commented 5 years ago

If no entry for misspellings yet and not added by Recommender (adding misspelling works there) but by edit mask:

Error: 'HiddenForm' object has no attribute 'cleaned_data'

Mandalka commented 5 years ago

Update view now with forgotten misspellings_formset.is_valid() providing this attribute.