cleanup
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user