From 86a1b56937f86f9d89c2fe2bec5f5c76c8a4b9f3 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 9 Nov 2021 13:01:42 +0300 Subject: [PATCH] [SSE] Fix lock for protected ranges --- apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js b/apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js index ceb675eb3c..09b58d08e5 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js @@ -168,6 +168,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ProtectRangesDlg.template', name: ranges[i].asc_getName() || '', pwd: ranges[i].asc_isPassword(), range: ranges[i].asc_getSqref() || '', + rangeId: ranges[i].asc_getId(), props: ranges[i], lock: (id!==null && id!==undefined), lockuser: (id) ? this.getUserName(id) : this.guestText