-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that autocomplete does not refresh after book is saved #44
Comments
But won't be tested until I have to enter a new contributor more than once. The problem is that the autocomplete list keeps the filtered lists even after the book is submitted. Hence even if I'm adding in the names of new contributors when the submission succeeds, the next entry is unable to benefit from it.
Update: The original problem seems fixed. However there seems to be some new problems introduced :(. Keeping this open for documentation of this trail. New problems:
|
Also, I think I really need to OO the shit out of this!
Still needs observation to verify correctness though.
More new problems: Autocomplete entries are re-added even if they are already in the autocomplete options. Sample: "Eco, Umberto" already existing but adding another book by the same author will add another autocomplete entry for it. Hence, next time, there are two "Eco"s and "Umberto"s in the autocomplete prompt. |
Also add some inline documentation for #44.
Particularly for content creators. Hence, the field of autocomplete suggestions is considerably narrowed down.
The text was updated successfully, but these errors were encountered: