notify loading

This commit is contained in:
yuri
2018-04-20 16:02:25 +03:00
parent f2427abbf4
commit a9f211dfd5
+3 -3
View File
@@ -598,7 +598,7 @@ Espo.define('views/record/list', 'view', function (Dep) {
return false;
}
this.notify('Loading...');
Espo.Ui.notify(this.translate('loading', 'messages'));
var ids = false;
var allResultIsChecked = this.allResultIsChecked;
if (!allResultIsChecked) {
@@ -1251,7 +1251,7 @@ Espo.define('views/record/list', 'view', function (Dep) {
var viewName = this.getMetadata().get('clientDefs.' + scope + '.modalViews.detail') || 'views/modals/detail';
if (!this.quickDetailDisabled) {
this.notify('Loading...');
Espo.Ui.notify(this.translate('loading', 'messages'));
var options = {
scope: scope,
@@ -1302,7 +1302,7 @@ Espo.define('views/record/list', 'view', function (Dep) {
var viewName = this.getMetadata().get('clientDefs.' + scope + '.modalViews.edit') || 'views/modals/edit';
if (!this.quickEditDisabled) {
this.notify('Loading...');
Espo.Ui.notify(this.translate('loading', 'messages'));
var options = {
scope: scope,
id: id,