fix plain text

This commit is contained in:
yuri
2015-04-22 16:28:04 +03:00
parent 2e85e7fc56
commit 981c60c78a
@@ -39,7 +39,10 @@ Espo.define('Views.Email.Modals.BodyPlain', 'Views.Modal', function (Dep) {
model: this.model,
defs: {
name: 'bodyPlain',
readOnly: true
params: {
readOnly: true,
inlineEditDisabled: true
}
}
});
}