Commit 8bf9aab0 authored by GoshaZotov's avatar GoshaZotov

lock def. names(clone tables)

parent b9ee55aa
......@@ -8380,8 +8380,11 @@
History.EndTransaction();
};
if (t.model.autoFilters._searchFiltersInRange(arnFrom)) {
if (t.model.autoFilters._searchFiltersInRange(arnFrom, true)) {
t._isLockedAll(onApplyMoveAutoFiltersCallback);
if(copyRange){
t._isLockedDefNames(null, null);
}
} else {
onApplyMoveAutoFiltersCallback();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment