Comment 6 for bug 525992

Revision history for this message
Данило Шеган (danilo) wrote :

Totally undiscoverable there!

How about we add some JS instead: when you click on the checkbox for the first time, it can ask you something like: "Do you want all your submissions to be reviewed by default for this template translations?"

If you answer "Yes", it would basically set a per-template cookie that would make JS check all 'needs review' boxes for you automatically (on page load). Now, since these would be per-template, they could use short-lived cookies (session-based, or eg. less than 3h, whatever you prefer: I tend to have very long running sessions myself :), so there'd be no need to allow an option to revert a default.

If you answer "No", it'll just store the answer in a similar cookie and won't ask you again on that template when you click on needs-review check box.