Is it possible to have "Outdate translations" box unchecked by default?
Hi!
I wanted to ask is it possible to have "Outdate translations" box being left unchecked by default when editing a page in original language? As to check it manually in order to set translation as outdated/
A lot of our confluence users frequently forgot to uncheck it manually when updating a page after minor changes. And it already lead to more than a few pages being marked as outdated by mistake.
-
Hi Marina,
Thank you for the question.
There is no way to do this on a space level and control the option through the UI.
There is a workaround to inject JS on a global level (for all spaces with translations). To do this, add this code to Global Look and Feel → Custom HTML → End of the HEAD:<script type="text/javascript">
AJS.bind('init.rte', function() {
AJS.$('#sv-outdate-translations').attr('checked', false);
});
</script>Let us know if it helps.
Cheers,
Emre.
Please sign in to leave a comment.
Comments
4 comments