add a note about a backup API

pull/1/head
ansuz 3 years ago
parent 4f7d3af1cd
commit a666ecee50

@ -3911,6 +3911,8 @@ define([
(function () {
// show 'READ-ONLY' when a guest only has view rights
if (/\/view\//.test(APP.anonSFHref)) {
// !common.getMetadataMgr().getPrivateData().canEdit
// would accomplish the same thing if this breaks
$content.prepend($readOnly.clone());
return;
}

Loading…
Cancel
Save