This commit is contained in:
yuri
2016-12-16 16:43:39 +02:00
parent 623d94b77f
commit fb87926318
+1 -1
View File
@@ -212,7 +212,7 @@ Espo.define('views/modals/detail', 'views/modal', function (Dep) {
this.detailView ||
this.getMetadata().get(['clientDefs', model.name, 'recordViews', 'detailSmall']) ||
this.getMetadata().get(['clientDefs', model.name, 'recordViews', 'detailQuick']) ||
'views/record/detail-small';
'views/record/detail-small';
var options = {
model: model,
el: this.containerSelector + ' .record-container',