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
in TemaTres, you start adding a Note for a Term (you're in browser tab 1 at this point)
as you type, at some point you realise you'd like to add a link to another Term inside the note (using the double brackets syntax)
the Term you want to link to does not already exist, so to avoid canceling the form and losing all your work, you open a new browser tab to access the same TemaTres instance
in the new browser tab you click on 'Add Term', type a name for your new Term and hit the 'Submit' button -- All good! 👌 the new Term is saved without any problems
you switch back to tab 1, complete the linking process and hit the 'Submit' button -- Not good! 💥 you're redirected to the first page of your TemaTres instance, and the new Definition Note you wanted to add is never saved!
I think the following code might be related to this behaviour:
However, I'm unsure about what is meant by "to prevent duplicated".
I perused the Open Issues list and found #53, but I think perhaps it's unrelated to what we observed? @tematres, can you help us out? Thank you! 😄
The text was updated successfully, but these errors were encountered:
Hi @a-roussos , we use this way to prevent resend data when user reload. This "KEY" create a time interval to send the data. May be we can explore another way to prevent reload the page and resend the data :/ .... any idea?
Consider the following scenario:
I think the following code might be related to this behaviour:
TemaTres-Vocabulary-Server/common/include/fun.html_forms.php
Lines 264 to 268 in ecea5ff
TemaTres-Vocabulary-Server/common/include/inc.abmNota.php
Lines 13 to 15 in ecea5ff
However, I'm unsure about what is meant by "to prevent duplicated".
I perused the Open Issues list and found #53, but I think perhaps it's unrelated to what we observed?
@tematres, can you help us out? Thank you! 😄
The text was updated successfully, but these errors were encountered: