Commit f8dfd13b authored by GoshaZotov's avatar GoshaZotov

change error id(move range)

parent c8778487
......@@ -8311,18 +8311,14 @@
var oTables = t.model.autoFilters._searchFiltersInRange(arnFrom, true);
var onApplyMoveRangeHandleCallback = function (isSuccess) {
if (false === isSuccess) {
if (copyRange && oTables && !t.handlers.trigger("getLockDefNameManagerStatus")) {
t.handlers.trigger("onErrorEvent", c_oAscError.ID.LockCreateDefName, c_oAscError.Level.NoCritical);
}
t.model.workbook.handlers.trigger("asc_onError", c_oAscError.ID.LockedAllError, c_oAscError.Level.NoCritical);
t._cleanSelectionMoveRange();
return;
}
var onApplyMoveAutoFiltersCallback = function (isSuccess) {
if (false === isSuccess) {
if (copyRange && oTables && !t.handlers.trigger("getLockDefNameManagerStatus")) {
t.handlers.trigger("onErrorEvent", c_oAscError.ID.LockCreateDefName, c_oAscError.Level.NoCritical);
}
t.model.workbook.handlers.trigger("asc_onError", c_oAscError.ID.LockedAllError, c_oAscError.Level.NoCritical);
t._cleanSelectionMoveRange();
return;
}
......
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