One can submit the same suggestion multiple times
Categories
(Webtools Graveyard :: Pontoon, defect, P2)
Tracking
(Not tracked)
People
(Reporter: theo, Assigned: adrian)
Details
Attachments
(1 file)
Not sure how this contributor managed to do this, but they managed to submit the very same suggestion twice here (Empty diff): https://pontoon.mozilla.org/fr/seamonkey/suite/chrome/mailnews/msgHdrViewOverlay.dtd/?string=129125
The project (and file) now shows one unreviewed string, but it leads to an empty list: https://pontoon.mozilla.org/fr/seamonkey/
Asking for some potential STRs
Comment 1•6 years ago
•
|
||
Both strings got submitted within a 10th of a second and are indeed exactly the same:
>>> ts = Translation.objects.filter(locale__code="fr", entity=129125)
>>> for t in ts:
... t.date
...
datetime.datetime(2019, 12, 10, 22, 16, 33, 895901, tzinfo=<UTC>)
datetime.datetime(2016, 11, 26, 17, 43, 15, 130000, tzinfo=<UTC>)
datetime.datetime(2019, 12, 10, 22, 16, 33, 883073, tzinfo=<UTC>)
>>> ts[0].string == ts[2].string
True
IIRC we had a check on Translate.Dead that disabled the Submit button while the request was running. We have a similar check on Translate.Next, but only for Review buttons I believe.
:adrian, could you take a look please?
Assignee | ||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
adngdb merged PR #1521: "Fix bug 1602973 - Make sure users cannot send the same translation twice." in 6cc116b.
Updated•4 years ago
|
Description
•