naming fix

This commit is contained in:
yuri
2016-09-27 11:15:59 +03:00
parent daacb026d8
commit ce752b32fd
2 changed files with 4 additions and 4 deletions
@@ -26,13 +26,13 @@
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/
Espo.define('Crm:Views.Task.Fields.DateEnd', 'Views.Fields.DatetimeOptional', function (Dep) {
Espo.define('crm:views/task/fields/date-end', 'views/fields/datetime-optional', function (Dep) {
return Dep.extend({
detailTemplate: 'crm:task.fields.date-end.detail',
detailTemplate: 'crm:task/fields/date-end/detail',
listTemplate: 'crm:task.fields.date-end.detail',
listTemplate: 'crm:task/fields/date-end/detail',
data: function () {
var data = Dep.prototype.data.call(this);
@@ -26,7 +26,7 @@
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/
Espo.define('Crm:Views.Task.Fields.IsOverdue', 'Views.Fields.Base', function (Dep) {
Espo.define('crm:views/task/fields/is-overdue', 'views/fields/base', function (Dep) {
return Dep.extend({