You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the experiment branch, if an annotation doesn't have any tags (or rather, if it doesn't try to generate tags), it won't save to the database. This is not an issue with the current Master branch.
It seems that it may be somehow caused by using javascript to redirect after an annotation is saved (removing the javascript resolves the problem).
The text was updated successfully, but these errors were encountered:
I added a timeout to the page redirection equal to self.timeout as a sort of workaround (that way, the Tagging View has to start before the page is redirected because the keyup even will run before the submit event.).
A rather inelegant solution, but it seems to get the job done at the moment.
Within the experiment branch, if an annotation doesn't have any tags (or rather, if it doesn't try to generate tags), it won't save to the database. This is not an issue with the current Master branch.
It seems that it may be somehow caused by using javascript to redirect after an annotation is saved (removing the javascript resolves the problem).
The text was updated successfully, but these errors were encountered: