mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
do not use full width
This commit is contained in:
@@ -26,12 +26,8 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
define('crm:views/knowledge-base-article/record/detail-quick', ['views/record/detail-small'], function (Dep) {
|
||||
import DetailRecordView from 'views/record/detail';
|
||||
|
||||
return Dep.extend({
|
||||
|
||||
isWide: true,
|
||||
sideView: false,
|
||||
});
|
||||
});
|
||||
export default class extends DetailRecordView {
|
||||
|
||||
}
|
||||
|
||||
@@ -26,11 +26,8 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
define('crm:views/knowledge-base-article/record/edit-quick', ['views/record/edit-small'], function (Dep) {
|
||||
import EditRecordView from 'views/record/edit';
|
||||
|
||||
return Dep.extend({
|
||||
export default class extends EditRecordView {
|
||||
|
||||
isWide: true,
|
||||
sideView: false,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
@@ -31,9 +31,6 @@ import Detail from 'views/email-template/record/detail';
|
||||
|
||||
export default class extends EditRecordView {
|
||||
|
||||
isWide = true
|
||||
sideView = false
|
||||
|
||||
setup() {
|
||||
super.setup();
|
||||
Detail.prototype.listenToInsertField.call(this);
|
||||
|
||||
Reference in New Issue
Block a user