This commit is contained in:
yuri
2016-05-05 13:08:28 +03:00
parent 7bd3dd26cf
commit a98c8b3bcd
@@ -46,7 +46,7 @@ Espo.define('crm:crm:views/meeting/popup-notification', 'views/popup-notificatio
model.set('dateStart', this.notificationData.dateStart);
this.createView('dateStart', 'Fields.Datetime', {
this.createView('dateStart', 'views/fields/date-time', {
model: model,
mode: 'detail',
el: this.options.el + ' .field[data-name="dateStart"]',