Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(generic): make importer return a message on error
The Select2QuerysetView does not handle errors well. We override the `post` method of the view, so we can catch exceptions and add an error message to the response. Once the custom select2js is updated, the error messge will be displayed in the select input field.
- Loading branch information